From: Ben Elliston Date: Sat, 4 Sep 1999 12:20:02 +0000 (+0000) Subject: 1999-09-04 Pavel Roskin X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e0cb702176a77da15c1d7c4fc35bc6d5f6c37e;p=thirdparty%2Fautoconf.git 1999-09-04 Pavel Roskin * acgeneral.m4 (AC_OUTPUT_FILES): Output comment to not only `Makefile', but also `makefile'. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 8761896b..d7c4d061 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -2271,7 +2271,9 @@ changequote([, ])dnl rm -f "$ac_file" configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." case "$ac_file" in - *Makefile*) ac_comsub="1i\\ +changequote(, )dnl + *[Mm]akefile*) ac_comsub="1i\\ +changequote([, ])dnl # $configure_input" ;; *) ac_comsub= ;; esac diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 8761896b..d7c4d061 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2271,7 +2271,9 @@ changequote([, ])dnl rm -f "$ac_file" configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." case "$ac_file" in - *Makefile*) ac_comsub="1i\\ +changequote(, )dnl + *[Mm]akefile*) ac_comsub="1i\\ +changequote([, ])dnl # $configure_input" ;; *) ac_comsub= ;; esac