* Makefile.am (maintainer-check): Update the diff check
to account for the recent @SHELL@ substitution.
diff --git a/ChangeLog b/ChangeLog
index dfec02c..f34ca72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/Makefile.am b/Makefile.am
index d33a530..ec2e4ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,9 +95,9 @@
# 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; \
diff --git a/Makefile.in b/Makefile.in
index 75eeb4b..c8a50d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -699,7 +699,7 @@
# 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; \