From: Jim Meyering Date: Wed, 26 Apr 2000 12:16:24 +0000 (+0000) Subject: (scan_one_configure_file): Handle the AC_CONFIG_FILES X-Git-Tag: Release-1-4b~91 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=afe7f724e6c1f3cbcdf957537699d04fb9cd7d10;p=automake.git (scan_one_configure_file): Handle the AC_CONFIG_FILES macro. Based on a patch from Harlan Stenn. --- diff --git a/automake.in b/automake.in index fe5f6fcf..f9eaf89d 100755 --- a/automake.in +++ b/automake.in @@ -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 = $.;