From: Gary V. Vaughan Date: Mon, 23 Jul 2001 21:06:02 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): Don't forget to distribute X-Git-Tag: release-1-4d~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cf23f00b3f7bef03ec0df2fa40c48ad4603291;p=thirdparty%2Flibtool.git * Makefile.am (EXTRA_DIST): Don't forget to distribute ChangeLog.1. --- diff --git a/ChangeLog b/ChangeLog index f1b4dd7f8..33c1a35dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-23 Gary V. Vaughan + * Makefile.am (EXTRA_DIST): Don't forget to distribute + ChangeLog.1. + From Erik Lindahl * libtool.m4 (_LT_AC_SYS_LIBPATH_AIX): Used on aix to discover the compiler's default library search path so that the MPI diff --git a/Makefile.am b/Makefile.am index 84a936ac6..27be8a0da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ LIBS= @LIBS@ aclocal_macros = libtool.m4 ltdl.m4 EXTRA_DIST = $(aclocal_macros) bootstrap libtoolize.in ltmain.in \ - mkstamp ChangeLog.0 + mkstamp ChangeLog.0 ChangeLog.1 CLEANFILES = libtool libtoolize ltmain.shT # These are required by libtoolize.