From: Reid Spencer Date: Mon, 20 Sep 2004 01:41:24 +0000 (+0000) Subject: Update the script to generate mklib instead of libtool. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dad130f510afe715ada23b051cc5ab136b3d0f59;p=oota-llvm.git 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 --- diff --git a/autoconf/m4/libtool.m4 b/autoconf/m4/libtool.m4 index c6267d5bb49..07d5c7e382c 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,