]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_configure): fix syntax error
authorAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 10:21:38 +0000 (10:21 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 6 Feb 2001 10:21:38 +0000 (10:21 +0000)
ChangeLog
automake.in

index 83fbf5b0564930f41277cda74d7c46e0b4b8e188..9691bea0439685bafbbad75a066adb74ce5e8399 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-06  Derek Price  <derek.price@openavenue.com>
+
+       * automake.in (handle_configure): fix syntax error
+
 2001-02-06  Akim Demaille  <akim@epita.fr>
 
        * subdirs.am: This file is the exception: clean recursive targets
index 9bc7f9f4a7103c2f05881fccdfe60f7af369e2c1..6da7a26c07f0a54fff92254674f4241ec971a687 100755 (executable)
@@ -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');
                }
            }
 
This page took 0.035129 seconds and 5 git commands to generate.