summaryrefslogtreecommitdiff
path: root/autoconf/m4
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-20 01:41:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-20 01:41:24 +0000
commitdad130f510afe715ada23b051cc5ab136b3d0f59 (patch)
treebaa0e5f49f964b383d851da1dc6cf347dfd3b6ab /autoconf/m4
parent2706f8c5cfb893d4e201bbb3132d2a28db4d1e85 (diff)
downloadllvm-dad130f510afe715ada23b051cc5ab136b3d0f59.tar.gz
llvm-dad130f510afe715ada23b051cc5ab136b3d0f59.tar.bz2
llvm-dad130f510afe715ada23b051cc5ab136b3d0f59.tar.xz
Update the script to generate mklib instead of libtool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/m4')
-rw-r--r--autoconf/m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/libtool.m4 b/autoconf/m4/libtool.m4
index c6267d5bb4..07d5c7e382 100644
--- a/autoconf/m4/libtool.m4
+++ b/autoconf/m4/libtool.m4
@@ -164,7 +164,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,