From: Scott James Remnant Date: Fri, 6 Feb 2004 13:29:01 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): No need to specify config.guess X-Git-Tag: release-1-5-4~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c977660c55f980d01a3287994729ab91f5cef5c4;p=thirdparty%2Flibtool.git * Makefile.am (EXTRA_DIST): No need to specify config.guess and config.sub, all Automake versions know we want to distribute these. --- diff --git a/ChangeLog b/ChangeLog index 302687396..df933791a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-06 Scott James Remnant + + * Makefile.am (EXTRA_DIST): No need to specify config.guess + and config.sub, all Automake versions know we want to + distribute these. + 2004-02-05 Peter O'Gorman * ltmain.in (infer_tag, win32_libid): Style changes. Rename diff --git a/Makefile.am b/Makefile.am index 451a8fbac..bc3a539de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ FLIBS = @FLIBS@ aclocal_macros = libtool.m4 ltdl.m4 EXTRA_DIST = $(aclocal_macros) bootstrap libtoolize.in ltmain.in \ - mkstamp ChangeLog.0 ChangeLog.1 config.guess config.sub + mkstamp ChangeLog.0 ChangeLog.1 CLEANFILES = libtool libtoolize ltmain.shT # These are required by libtoolize and must be executable when installed.