]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (EXTRA_DIST): No need to specify config.guess
authorScott James Remnant <scott@netsplit.com>
Fri, 6 Feb 2004 13:29:01 +0000 (13:29 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 6 Feb 2004 13:29:01 +0000 (13:29 +0000)
and config.sub, all Automake versions know we want to
distribute these.

ChangeLog
Makefile.am

index 302687396c2b02d865c8754421445b82f5dabd86..df933791aa6006b62a1cd1a05584d39b03d26517 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-06  Scott James Remnant  <scott@netsplit.com>
+
+       * 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  <peter@pogma.com>
        
        * ltmain.in (infer_tag, win32_libid): Style changes. Rename
index 451a8fbac9192f167afcaa0baf6717f64719fa32..bc3a539de4f3e8e97c0054f47793428da469bebd 100644 (file)
@@ -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.