]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (EXTRA_DIST): The bootstrap script should be
authorGary V. Vaughan <gary@gnu.org>
Thu, 14 Sep 2000 20:51:43 +0000 (20:51 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 14 Sep 2000 20:51:43 +0000 (20:51 +0000)
distributed with libtool.

ChangeLog
Makefile.am
bootstrap

index b899d9dd1de10a1e143016bfd64b73bf0b8d8572..ec5062ca9c01cafa82225cd47157b5cc3ed3956c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-14  Gary V. Vaughan  <gvv@techie.com>
+
+       * Makefile.am (EXTRA_DIST):  The bootstrap script should be
+       distributed with libtool.
+       
 2000-09-13  Gary V. Vaughan  <gvv@techie.com>
 
        libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man!  Third time lucky.
index 1be42ed1cfd73d506799c6887ea6c8ec4a7ed7f0..9ed57cbc2809c44d5c2a9e0669081e7efb387052 100644 (file)
@@ -14,7 +14,7 @@ LIBS= @LIBS@
 
 aclocal_macros = libtool.m4 ltdl.m4
 
-EXTRA_DIST = $(aclocal_macros) libtoolize.in ltmain.in \
+EXTRA_DIST = $(aclocal_macros) bootstrap libtoolize.in ltmain.in \
        mkstamp ChangeLog.0
 CLEANFILES = libtool libtoolize ltmain.shT
 
index 13ae12b68630e27ddad2b524e91c1e6396d6f473..72a62c86a86d6ddbbd1d39d7cf168a0b13705481 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,6 @@
 
 # helps bootstrapping libtool, when checked out from CVS
 # requires GNU autoconf and GNU automake
-# this is not meant to go into the distributions
 
 rm -f acinclude.m4
 ln -s libtool.m4 acinclude.m4