autoconf-patches
[Top][All Lists]
Advanced

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

Automake-1.10 should not lessen Autoconf test exposure


From: Ralf Wildenhues
Subject: Automake-1.10 should not lessen Autoconf test exposure
Date: Sat, 28 Oct 2006 01:19:39 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

I suggest this patch to avoid SKIPping the test with new Automake.

Cheers,
Ralf

        * tests/torture.at (Configuring subdirectories): Do not skip
        Automake 1.10 nor future Automake 11.1 (sic).

Index: tests/torture.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/torture.at,v
retrieving revision 1.71
diff -u -r1.71 torture.at
--- tests/torture.at    27 Oct 2006 23:05:34 -0000      1.71
+++ tests/torture.at    27 Oct 2006 23:18:50 -0000
@@ -792,7 +792,7 @@
 # We use aclocal (via autoreconf).
 AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore])
 # It should understand configure.ac.
-AT_CHECK([[grep '1.[01234]' stdout && exit 77]], [1], [ignore])
+AT_CHECK([[grep '[^0-9]1.[01234][^0-9]' stdout && exit 77]], [1], [ignore])
 
 # Set CONFIG_SITE to a nonexistent file, so that there are
 # no worries about nonstandard values for 'prefix'.




reply via email to

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