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, 19 Mar 2003 22:14:50 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

I've installed this on HEAD.

2003-03-19  Alexandre Duret-Lutz  <address@hidden>

        * Makefile.am (maintainer-check): Allow `automake:' tokens,
        occuring in location.test.  Automake now has 5 legitimate
        unsubstituted @address@hidden

Index: Makefile.am
===================================================================
RCS file: /cvs/automake/automake/Makefile.am,v
retrieving revision 1.212
diff -u -r1.212 Makefile.am
--- Makefile.am 24 Feb 2003 22:58:40 -0000      1.212
+++ Makefile.am 19 Mar 2003 21:14:38 -0000
@@ -196,7 +196,7 @@
          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
@@ -251,8 +251,8 @@
          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
 
-- 
Alexandre Duret-Lutz





reply via email to

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