From: Gary V. Vaughan Date: Thu, 14 Sep 2000 20:51:43 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): The bootstrap script should be X-Git-Tag: release-1-3d~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6e6eab7ac3c6feb397d227b7f6d2c5a9e3ef600;p=thirdparty%2Flibtool.git * Makefile.am (EXTRA_DIST): The bootstrap script should be distributed with libtool. --- diff --git a/ChangeLog b/ChangeLog index b899d9dd1..ec5062ca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-14 Gary V. Vaughan + + * Makefile.am (EXTRA_DIST): The bootstrap script should be + distributed with libtool. + 2000-09-13 Gary V. Vaughan libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man! Third time lucky. diff --git a/Makefile.am b/Makefile.am index 1be42ed1c..9ed57cbc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/bootstrap b/bootstrap index 13ae12b68..72a62c86a 100755 --- 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