I've just checked it in.
Sorry about the delay.
* automake.in (scan_one_configure_file): Handle the AC_CONFIG_FILES
macro. Based on a patch from Harlan Stenn.
Akim Demaille <[EMAIL PROTECTED]> writes:
| In response to Didier in another thread, I don't think this patch was
| applied.
|
| Akim
|
| | Akim Demaille <[EMAIL PROTECTED]> writes:
| | | This patch is still lacking in the current Automake.
| | |
| | | Akim
| |
| | Thanks.
| | I'll commit this instead:
| |
| | --- automake.in.~3~ Sat Apr 15 10:29:27 2000
| | +++ automake.in Sat Apr 15 12:52:42 2000
| | @@ -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 = $.;
| |