Re: Bug + patch

2001-02-06 Thread Akim Demaille

"Derek R. Price" [EMAIL PROTECTED] writes:

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

I already have this in the queue :)  I just noticed it was wrong when
reading the code.  The quote was needed when there was no transform.




Re: Bug + patch

2001-02-06 Thread Akim Demaille

"Derek R. Price" [EMAIL PROTECTED] writes:

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

Well, I seem to have lost patches.  Can't find the one named
`backname' either :(  I'm applying yours, thanks!




Bug + patch

2001-02-05 Thread Derek R. Price

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:[EMAIL PROTECTED] 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  [EMAIL PROTECTED]
+
+   * automake.in (handle_configure): fix syntax error
+
 2001-02-05  Akim Demaille  [EMAIL PROTECTED]
 
* 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');
}
}