automake-patches
[Top][All Lists]
Advanced

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

Patch: FYI: 1.4 fixlet


From: Tom Tromey
Subject: Patch: FYI: 1.4 fixlet
Date: 27 Jul 2002 14:58:25 -0600

I'd forgotten about the many 1.4 bugs.
This fixes a bug in 1.4 that was preventing the release.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * automake.in (handle_configure): Push @rewritten_inputs onto
        DIST_COMMON.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.644.4.22
diff -u -r1.644.4.22 automake.in
--- automake.in 25 Jul 2002 16:57:17 -0000 1.644.4.22
+++ automake.in 27 Jul 2002 20:53:53 -0000
@@ -3287,7 +3287,7 @@
                                    : '')
                          . ' CONFIG_HEADERS= $(SHELL) ./config.status'
                          . "\n");
-       push_dist_common (@inputs);
+       push_dist_common (@rewritten_inputs);
        push (@actual_other_files, $local);
 
        # Require all input files.
Index: m4/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/m4/Makefile.in,v
retrieving revision 1.85.4.8
diff -u -r1.85.4.8 Makefile.in
--- m4/Makefile.in 27 Jul 2002 20:42:01 -0000 1.85.4.8
+++ m4/Makefile.in 27 Jul 2002 20:53:54 -0000
@@ -79,7 +79,7 @@
 CONFIG_CLEAN_FILES =  amversion.m4
 DATA =  $(m4data_DATA)
 
-DIST_COMMON =  Makefile.am Makefile.in amversion.in m4/amversion.in
+DIST_COMMON =  Makefile.am Makefile.in amversion.in
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)



reply via email to

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