]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorThomas Tanner <tanner@gmx.de>
Thu, 14 Jan 1999 09:33:48 +0000 (09:33 +0000)
committerThomas Tanner <tanner@gmx.de>
Thu, 14 Jan 1999 09:33:48 +0000 (09:33 +0000)
ChangeLog
autogen

index a9ecb6af4b6a76b88135ad6f87f8c6247692a5eb..8518eceeb4a47bb448341d7728bb00ab6ee0ae33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-14  Thomas Tanner  <tanner@gmx.de>
+
+       * autogen: fake the libtool scripts to help fixing
+         the bootstrapping problem
+               
 1999-01-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * mdemo/Makefile.am (../libltdl/libtool): mkdir and configure
diff --git a/autogen b/autogen
index 15a882cb5f6983720ad8d5cef65b25261262a00d..e3b14c8f7db5b7e692d52344bf1baeb4e24cebad 100644 (file)
--- a/autogen
+++ b/autogen
@@ -6,6 +6,10 @@
 
 rm -f acinclude.m4
 ln -s libtool.m4 acinclude.m4
+# fake the libtool scripts
+touch ltconfig
+touch ltmain.sh
+touch libtoolize
 aclocal
 automake --gnits --add-missing
 autoconf
@@ -19,5 +23,6 @@ for sub in demo depdemo libltdl mdemo cdemo; do
   autoconf
   cd ..
 done
+rm -f ltconfig ltmain.sh libtoolize
 
 exit 0