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
Akim Demaille <[EMAIL PROTECTED]> writes:
| Already sent.
|
| Akim
|
|
| Index: ChangeLog
| from Akim Demaille <[EMAIL PROTECTED]>
|
| * compile: Simplify the use of double quotes in assignments.
Thanks.
Applied.
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.