[llvm-commits] CVS: llvm/autoconf/ltmain.sh

John Criswell criswell at cs.uiuc.edu
Thu Jul 31 16:00:02 PDT 2003


Changes in directory llvm/autoconf:

ltmain.sh updated: 1.1 -> 1.2

---
Log message:

Removed the -only-static option as it is no longer required (and didn't work
with the newer version of libtool anyway).



---
Diffs of the changes:

Index: llvm/autoconf/ltmain.sh
diff -u llvm/autoconf/ltmain.sh:1.1 llvm/autoconf/ltmain.sh:1.2
--- llvm/autoconf/ltmain.sh:1.1	Tue Jul 22 14:13:20 2003
+++ llvm/autoconf/ltmain.sh	Thu Jul 31 15:59:32 2003
@@ -405,11 +405,6 @@
 	  continue
 	  ;;
 
-	-only-static)
-	  build_libtool_libs=no
-	  continue
-	  ;;
-
 	-prefer-pic)
 	  pic_mode=yes
 	  continue





More information about the llvm-commits mailing list