* Makefile.am (tests/package.m4): @FOO@ substitutions have already
been made by the time Makefile.am has been transformed into Makefile,
so don't try to rerun the substitutions manually with
$(bootstrap_edit) after the fact.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
+2010-10-20 Gary V. Vaughan <gary@gnu.org>
+
+ build: avoid spurious bootstrap_edit call.
+ * Makefile.am (tests/package.m4): @FOO@ substitutions have already
+ been made by the time Makefile.am has been transformed into Makefile,
+ so don't try to rerun the substitutions manually with
+ $(bootstrap_edit) after the fact.
+
2011-10-17 Gary V. Vaughan <gary@gnu.org>
Post-release administrivia.
echo 'm4_define([AT_PACKAGE_STRING], [@PACKAGE_STRING@])'; \
echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
echo 'm4_define([AT_PACKAGE_URL], [@PACKAGE_URL@])'; \
- } | $(bootstrap_edit) > $(srcdir)/tests/package.m4
+ } > $(srcdir)/tests/package.m4
tests/atconfig: $(top_builddir)/config.status
$(SHELL) ./config.status tests/atconfig