Re: patch: AC_CONFIG_HEADERS

2000-04-15 Thread Jim Meyering
Akim Demaille <[EMAIL PROTECTED]> writes: | This simple patch just changes | | - if (/A([CM])_CONFIG_HEADER\s*\((.*)\)/ | + if (/A([CM])_CONFIG_HEADERS?\s*\((.*)\)/ | | but there are some trailing spaces which were killed too by | whitespace.el. Applied. Thanks.

patch: AC_CONFIG_HEADERS

2000-04-13 Thread Akim Demaille
This simple patch just changes - if (/A([CM])_CONFIG_HEADER\s*\((.*)\)/ + if (/A([CM])_CONFIG_HEADERS?\s*\((.*)\)/ but there are some trailing spaces which were killed too by whitespace.el. Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in (