]> sourceware.org Git - automake.git/commitdiff
(scan_one_configure_file): Handle the AC_CONFIG_FILES
authorJim Meyering <jim@meyering.net>
Wed, 26 Apr 2000 12:16:24 +0000 (12:16 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 26 Apr 2000 12:16:24 +0000 (12:16 +0000)
macro.  Based on a patch from Harlan Stenn.

automake.in

index fe5f6fcfea984123cef2ef36bd7f04418ec6fab2..f9eaf89d21c7d5530713b0b6d983d1a2cea647b1 100755 (executable)
@@ -4402,8 +4402,8 @@ sub scan_one_configure_file
            &am_conf_line_error ($filename, $., "\`$1' is obsolete$hint");
        }
 
-       # Process the AC_OUTPUT macro.
-       if (! $in_ac_output && s/AC_OUTPUT\s*\(\[?//)
+       # Process the AC_OUTPUT and AC_CONFIG_FILES macros.
+       if (! $in_ac_output && s/AC_(OUTPUT|CONFIG_FILES)\s*\(\[?//)
        {
            $in_ac_output = 1;
            $ac_output_line = $.;
This page took 0.035902 seconds and 5 git commands to generate.