]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_configure): Use `&' before sub calls (Perl 4
authorTom Tromey <tromey@redhat.com>
Fri, 22 Jan 1999 11:59:38 +0000 (11:59 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Jan 1999 11:59:38 +0000 (11:59 +0000)
fix).  From Erez Zadok.

ChangeLog
automake.in

index 4809a697782d93590f3aecf879b4b4801158fb7c..f80c9c5b36c35ba9a7d44aee9939d2bd97adefa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-22  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_configure): Use `&' before sub calls (Perl 4
+       fix).  From Erez Zadok.
+
 1999-01-15  Tom Tromey  <tromey@cygnus.com>
 
        * configure.in: Version 1.4a (oops).
index ccb3ffcc67d56a8d294e7e9f7289d32f0bab24c9..a7702fe11cca4db1805742ef4db200fcd479a286 100755 (executable)
@@ -3224,7 +3224,7 @@ sub handle_configure
                                    : '')
                          . ' CONFIG_HEADERS= $(SHELL) ./config.status'
                          . "\n");
-       push_dist_common (@inputs);
+       &push_dist_common (@inputs);
        push (@actual_other_files, $local);
 
        # Require all input files.
This page took 0.042978 seconds and 5 git commands to generate.