+Thu May 29 23:16:02 1997 Tom Tromey <tromey@cygnus.com>
+
+ * automake.in (scan_one_configure_file): Avoid defining ACLOCAL,
+ AUTOCONF, AUTOMAKE, AUTOHEADER. From David Zaroski.
+
Sat Feb 22 16:05:24 1997 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
* Makefile.am (pkgdata_DATA): Under this new scheme, we no longer
# Explicitly avoid ANSI2KNR -- we AC_SUBST that in protos.m4,
# but later define it elsewhere. This is pretty hacky. We
- # also explicitly avoid INSTALL_SCRIPT because it is defined
- # in header-vars.am. FIXME.
+ # also explicitly avoid INSTALL_SCRIPT and some other
+ # variables because they are defined in header-vars.am.
+ # FIXME.
if (/$AC_SUBST_PATTERN/o
&& $1 ne 'ANSI2KNR'
- && $1 ne 'INSTALL_SCRIPT')
+ && $1 ne 'INSTALL_SCRIPT'
+ && $1 ne 'ACLOCAL'
+ && $1 ne 'AUTOCONF'
+ && $1 ne 'AUTOMAKE'
+ && $1 ne 'AUTOHEADER')
{
$configure_vars{$1} = 1;
}