libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI 1.5] Remove config.guess and config.sub from EXTRA_DIST


From: Scott James Remnant
Subject: [FYI 1.5] Remove config.guess and config.sub from EXTRA_DIST
Date: Fri, 06 Feb 2004 13:27:43 +0000

In my last patch I fairly automatically added config.guess and
config.sub to EXTRA_DIST, this wasn't necessary as Automake obviously
distributes those automatically.

This reverses that for sake of cleanliness.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1220.2.66
diff -u -r1.1220.2.66 ChangeLog
--- ChangeLog   3 Feb 2004 22:21:16 -0000       1.1220.2.66
+++ ChangeLog   6 Feb 2004 13:25:51 -0000
@@ -1,3 +1,9 @@
+2004-02-06  Scott James Remnant  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): No need to specify config.guess
+       and config.sub, all Automake versions know we want to
+       distribute these.
+
 2004-02-03  Scott James Remnant  <address@hidden>
 
        * Makefile.am (install-data-hook): Manually make config.guess
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.69.2.6
diff -u -r1.69.2.6 Makefile.am
--- Makefile.am 3 Feb 2004 22:21:17 -0000       1.69.2.6
+++ Makefile.am 6 Feb 2004 13:25:52 -0000
@@ -18,7 +18,7 @@
 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.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]