add @configure_input@ in a couple of other places.
+2004-03-03 Paul Eggert <eggert@twinsun.com>
+
+ * bin/Makefile.am (edit): Don't use $< in a context where
+ POSIX doesn't require support for it. Use $@.in instead.
+ Problem reported by Anthony N. Frasso in
+ <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
+ * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
+
2004-02-23 Gary V. Vaughan <gary@gnu.org>
* bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
-e 's,@AWK\@,$(AWK),g' \
-e 's,@VERSION\@,$(VERSION),g' \
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
- -e 's,@configure_input\@,Generated from $<; do not edit by hand.,g'
+ -e 's,@configure_input\@,Generated from $@.in; do not edit by hand.,g'
# autoconf is written in M4sh.
AUTOM4SH = $(top_builddir)/tests/autom4te --language M4sh --cache ''
#! @PERL@ -w
# -*- perl -*-
+# @configure_input@
+
# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003
+# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
#! @PERL@ -w
# -*- perl -*-
+# @configure_input@
+
# autoupdate - modernize an Autoconf file.
# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.