]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Revert bootstrap change
authorThomas Tanner <tanner@gmx.de>
Thu, 20 May 1999 23:23:28 +0000 (23:23 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 20 May 1999 23:23:28 +0000 (23:23 +0000)
ChangeLog
bootstrap

index 02a991c50da1291a8eac36eabe6432c2540dfcb2..e4a3618b0f31ea42d404777425bf4c777b7c0a84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,5 @@
 1999-05-20 Thomas Tanner  <tanner@gmx.de>
 
-       * bootstrap: fix libltdl/Makefile.in
        * cdemo/main.c: "Welcome _to_ ..."
        * mdemo/main.c: ditto
        * libltdl/configure.in: support multiple dlopening mechanisms
index e47ed9155d64bd3981b996365e1b946219f85cfb..1869b2fd53502da123a2b55a2e4f4393c6df9d45 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -25,13 +25,6 @@ for sub in demo depdemo libltdl mdemo cdemo; do
   cd ..
 done
 
-# fix libltdl's Makefile.in
-cd libltdl
-sed -e 's/chmod 777/chmod 755/g' -e '/ln \$\$d\/\$\$file/d' \
- Makefile.in > Makefile.tmp
-mv Makefile.tmp Makefile.in
-cd ..
-
 rm -f ltconfig ltmain.sh libtoolize
 
 exit 0