]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* Makefile.am (maintainer-check): Update the diff check
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 12 Feb 2003 15:01:57 +0000 (15:01 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 12 Feb 2003 15:01:57 +0000 (15:01 +0000)
to account for the recent @SHELL@ substitution.

ChangeLog
Makefile.am
Makefile.in

index dfec02c1525bcb9af90544435bf4a6834396891c..f34ca720fe624d0fda70536182b9b5b32ab5797e 100644 (file)
--- 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.
index d33a53005fa847e62f5d7c9488fcb8a29186b6da..ec2e4edacef790bdbb30896e0ffa94b6a1e9b346 100644 (file)
@@ -95,9 +95,9 @@ INSTALL: lib/INSTALL
 # 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; \
index 75eeb4bf24ca617f373793fde59ad891794df194..c8a50d2a2202b7e1390977d28e50fb902977bc09 100644 (file)
@@ -699,7 +699,7 @@ INSTALL: lib/INSTALL
 # 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; \