summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-23 16:52:50 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-23 16:52:50 +0000
commit8d4221eeaa14541d998a73854af7a5ef0dd9524b (patch)
tree84c9d8d8aff63f3e73213245b7b959e4959d367c
parent832688a6d28c6e1a5a4f869cea00941ccb93281e (diff)
downloadllvm-8d4221eeaa14541d998a73854af7a5ef0dd9524b.tar.gz
llvm-8d4221eeaa14541d998a73854af7a5ef0dd9524b.tar.bz2
llvm-8d4221eeaa14541d998a73854af7a5ef0dd9524b.tar.xz
Renamed libtool to mklib for your tab completion pleasure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7255 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.common4
-rw-r--r--Makefile.rules4
-rw-r--r--autoconf/aclocal.m44
-rwxr-xr-xconfigure4
4 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common
index afe6990256..c3f5af2201 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -266,9 +266,9 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)
# Libtool is found in the current directory.
#
ifdef VERBOSE
-LIBTOOL=$(LLVM_SRC_ROOT)/libtool
+LIBTOOL=$(LLVM_SRC_ROOT)/mklib
else
-LIBTOOL=$(LLVM_SRC_ROOT)/libtool --silent
+LIBTOOL=$(LLVM_SRC_ROOT)/mklib --silent
endif
#
diff --git a/Makefile.rules b/Makefile.rules
index afe6990256..c3f5af2201 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -266,9 +266,9 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)
# Libtool is found in the current directory.
#
ifdef VERBOSE
-LIBTOOL=$(LLVM_SRC_ROOT)/libtool
+LIBTOOL=$(LLVM_SRC_ROOT)/mklib
else
-LIBTOOL=$(LLVM_SRC_ROOT)/libtool --silent
+LIBTOOL=$(LLVM_SRC_ROOT)/mklib --silent
endif
#
diff --git a/autoconf/aclocal.m4 b/autoconf/aclocal.m4
index 0298d89434..f5ea270c12 100644
--- a/autoconf/aclocal.m4
+++ b/autoconf/aclocal.m4
@@ -82,7 +82,7 @@ AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(SHELL) $(top_builddir)/mklib'
AC_SUBST(LIBTOOL)dnl
# Prevent multiple expansion
@@ -149,7 +149,7 @@ no_glob_subst='s/\*/\\\*/g'
rm="rm -f"
# Global variables:
-default_ofile=libtool
+default_ofile=mklib
can_build_shared=yes
# All known linkers require a `.a' archive for static linking (except M$VC,
diff --git a/configure b/configure
index 872dda1545..fad8e24a8a 100755
--- a/configure
+++ b/configure
@@ -5140,7 +5140,7 @@ no_glob_subst='s/\*/\\\*/g'
rm="rm -f"
# Global variables:
-default_ofile=libtool
+default_ofile=mklib
can_build_shared=yes
# All known linkers require a `.a' archive for static linking (except M$VC,
@@ -17880,7 +17880,7 @@ fi
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(SHELL) $(top_builddir)/mklib'
# Prevent multiple expansion