From: Gary V. Vaughan Date: Fri, 14 Nov 2003 17:31:23 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): List ChangeLog files correctly. X-Git-Tag: release-1-9b~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422f828727217616b33dbe4ddccec208ee66d173;p=thirdparty%2Flibtool.git * Makefile.am (EXTRA_DIST): List ChangeLog files correctly. --- diff --git a/ChangeLog b/ChangeLog index d4507bdc7..62629adb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-11-14 Gary V. Vaughan + * Makefile.am (EXTRA_DIST): List ChangeLog files correctly. + * tests/cdemo/configure.ac, tests/demo/configure.ac, tests/depdemo/configure.ac, tests/f77demo/configure.ac, tests/mdemo/configure.ac, tests/mdemo2/configure.ac, diff --git a/Makefile.am b/Makefile.am index 7aa3ffa08..89c6af06a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,8 @@ DIST_SUBDIRS = $(BUILD_SUBDIRS) $(CONF_SUBDIRS) aclocal_macros = m4/libtool.m4 m4/ltdl.m4 EXTRA_DIST = $(aclocal_macros) bootstrap libtoolize.in ltmain.in \ - config/mkstamp ChangeLog.0 ChangeLog.1 + config/mkstamp ChangeLog.1996 ChangeLog.1997 ChangeLog.1998 \ + ChangeLog.1999 ChangeLog.2000 ChangeLog.2001 ChangeLog.2002 CLEANFILES = libtool libtoolize ltmain.shT # These are required by libtoolize.