automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: maintainer-check update


From: Alexandre Duret-Lutz
Subject: FYI: maintainer-check update
Date: Wed, 12 Feb 2003 16:01:15 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

I'm installing this on HEAD and branch-1-7.

2003-02-12  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (maintainer-check): Update the diff check
        to account for the recent @SHELL@ substitution.

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.205.2.5
diff -u -r1.205.2.5 Makefile.am
--- Makefile.am 10 Feb 2003 23:20:17 -0000      1.205.2.5
+++ Makefile.am 12 Feb 2003 15:00:43 -0000
@@ -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; \

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]