From 00daafc9f9b356aa306f955311daaf57ff1f97fe Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 6 Feb 2001 10:21:38 +0000 Subject: [PATCH] * automake.in (handle_configure): fix syntax error --- ChangeLog | 4 ++++ automake.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'); } } -- 2.43.5