to account for the recent @SHELL@ substitution.
+2003-02-12 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * Makefile.am (maintainer-check): Update the diff check
+ to account for the recent @SHELL@ substitution.
+
2003-02-11 Alexandre Duret-Lutz <adl@gnu.org>
* lib/depcomp: Do not put comments on the `icc)' line.
# guaranteed to work on my machine.
maintainer-check: automake aclocal
## This check avoids accidental configure substitutions in the source.
-## There are exactly 7 lines that should be modified. This works out
-## to 22 lines of diffs.
- @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 24; then \
+## There are exactly 8 lines that should be modified. This works out
+## to 28 lines of diffs.
+ @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 28; then \
echo "found too many diffs between automake.in and automake"; 1>&2; \
diff -c $(srcdir)/automake.in automake; \
exit 1; \
# Some simple checks, and then ordinary check. These are only really
# guaranteed to work on my machine.
maintainer-check: automake aclocal
- @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 24; then \
+ @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 28; then \
echo "found too many diffs between automake.in and automake"; 1>&2; \
diff -c $(srcdir)/automake.in automake; \
exit 1; \