automake
[Top][All Lists]
Advanced

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

Bug + patch


From: Derek R. Price
Subject: Bug + patch
Date: Mon, 05 Feb 2001 23:33:22 -0500

Somebody checked in a bad quote recently.  It breaks at least the
stamph/header targets.  Patch attached.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
82. Hold a hard drive to your ear -- listen to the C.


? automake-1.4c.tar.gz
? automake-1.4c.acconfig_h.diff
Index: ChangeLog
===================================================================
RCS file: /cvs/automake/ChangeLog,v
retrieving revision 1.992
diff -u -r1.992 ChangeLog
--- ChangeLog   2001/02/05 09:11:10     1.992
+++ ChangeLog   2001/02/06 04:19:20
@@ -1,3 +1,7 @@
+2001-02-05  Derek Price  <address@hidden>
+
+       * automake.in (handle_configure): fix syntax error
+
 2001-02-05  Akim Demaille  <address@hidden>
 
        * automake.in (handle_texinfo): No longer hard code the clean
Index: automake.in
===================================================================
RCS file: /cvs/automake/automake.in,v
retrieving revision 1.859
diff -u -r1.859 automake.in
--- automake.in 2001/02/05 09:11:10     1.859
+++ automake.in 2001/02/06 04:19:24
@@ -3387,7 +3387,7 @@
                {
                    # Strange quoting because this gets fed through
                    # Perl.
-                   push (@files, '\$(top_srcdir)/acconfig.h');
+                   push (@files, '$(top_srcdir)/acconfig.h');
                }
            }
 

reply via email to

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