From: Akim Demaille Date: Tue, 6 Feb 2001 10:21:38 +0000 (+0000) Subject: * automake.in (handle_configure): fix syntax error X-Git-Tag: Release-1-4d~34 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=00daafc9f9b356aa306f955311daaf57ff1f97fe;p=automake.git * automake.in (handle_configure): fix syntax error --- diff --git a/ChangeLog b/ChangeLog index 83fbf5b0..9691bea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-06 Derek Price + + * automake.in (handle_configure): fix syntax error + 2001-02-06 Akim Demaille * subdirs.am: This file is the exception: clean recursive targets diff --git a/automake.in b/automake.in index 9bc7f9f4..6da7a26c 100755 --- a/automake.in +++ b/automake.in @@ -3365,7 +3365,7 @@ sub handle_configure { # Strange quoting because this gets fed through # Perl. - push (@files, '\$(top_srcdir)/acconfig.h'); + push (@files, '$(top_srcdir)/acconfig.h'); } }