2003-03-19 Alexandre Duret-Lutz <adl@gnu.org>
+ * Makefile.am (maintainer-check): Allow `automake:' tokens,
+ occuring in location.test. Automake now has 5 legitimate
+ unsubstituted @strings@.
+
* tests/aclocal4.test: Require GNU make.
2003-03-14 Alexandre Duret-Lutz <adl@gnu.org>
exit 1; \
fi
## Tests should never call automake directly.
- @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*automake'; then \
+ @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[ ]*automake([^:]|$$)'; then \
echo 'Do not run "automake" in the above tests. Use "$$AUTOMAKE" instead.' 1>&2; \
exit 1; \
fi
exit 1; \
fi
## In automake there are a few valid ones.
- @if test `grep -E '@[A-Za-z_0-9]+@' automake | wc -l` -ne 4; then \
- echo "Unresolved @...@ substitution in aclocal" 1>&2; \
+ @if test `grep -E '@[A-Za-z_0-9]+@' automake | wc -l` -ne 5; then \
+ echo "Unresolved @...@ substitution in automake" 1>&2; \
exit 1; \
fi
echo 'Do not run "autoupdate" in the above tests. Use "$$AUTOUPDATE" instead.' 1>&2; \
exit 1; \
fi
- @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[ ]*automake'; then \
+ @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[ ]*automake([^:]|$$)'; then \
echo 'Do not run "automake" in the above tests. Use "$$AUTOMAKE" instead.' 1>&2; \
exit 1; \
fi
echo "Unresolved @...@ substitution in aclocal" 1>&2; \
exit 1; \
fi
- @if test `grep -E '@[A-Za-z_0-9]+@' automake | wc -l` -ne 4; then \
- echo "Unresolved @...@ substitution in aclocal" 1>&2; \
+ @if test `grep -E '@[A-Za-z_0-9]+@' automake | wc -l` -ne 5; then \
+ echo "Unresolved @...@ substitution in automake" 1>&2; \
exit 1; \
fi