From: Akim Demaille Date: Tue, 9 May 2000 11:01:20 +0000 (+0000) Subject: * acgeneral.m4 (_AC_OUTPUT_FILES): Don't automatically spit X-Git-Tag: autoconf-2.50~941 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e6c9d8663fb722e5340d8775896d808bd8ffa6;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_OUTPUT_FILES): Don't automatically spit `Generated by...' in Makefiles. Fixes Autoconf/102. --- diff --git a/ChangeLog b/ChangeLog index e007c5661..9379db688 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-09 Akim Demaille + + * acgeneral.m4 (_AC_OUTPUT_FILES): Don't automatically spit + `Generated by...' in Makefiles. + Fixes Autoconf/102. + 2000-05-09 Akim Demaille Let `config.status' use a private temp dir. diff --git a/acgeneral.m4 b/acgeneral.m4 index a7e3c311d..c881623a3 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -4164,14 +4164,9 @@ AC_PROVIDE_IFELSE([AC_PROG_INSTALL], rm -f "$ac_file" configure_input="Generated automatically from `echo $ac_file_in | sed 's%.*/%%'` by configure." - case "$ac_file" in - *[[Mm]]akefile*) ac_comsub="1i\\ -# $configure_input" ;; - *) ac_comsub= ;; - esac - # Don't redirect the output to AC_FILE directly: use `mv' so that updating - # is atomic, and doesn't need trapping. + # Don't redirect the output to AC_FILE directly: use `mv' so that + # updating is atomic, and doesn't need trapping. ac_file_inputs=`echo "$ac_file_in" | sed -e "s%^%$ac_given_srcdir/%;s%:% $ac_given_srcdir/%g"` for ac_file_input in $ac_file_inputs; @@ -4181,9 +4176,8 @@ AC_PROVIDE_IFELSE([AC_PROG_INSTALL], done EOF cat >>$CONFIG_STATUS <>$CONFIG_STATUS <