bug-autoconf
[Top][All Lists]
Advanced

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

Re: autoconf-2.52 bug report


From: Akim Demaille
Subject: Re: autoconf-2.52 bug report
Date: 06 Feb 2002 10:39:58 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

Thanks for the report.  It is a test suite only matter.  I'm applying
this.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/torture.at (Configuring subdirectories): Skip if aclocal
        is not available.


Index: tests/torture.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/torture.at,v
retrieving revision 1.30
diff -u -u -r1.30 torture.at
--- tests/torture.at 29 Jan 2002 17:19:30 -0000 1.30
+++ tests/torture.at 6 Feb 2002 09:37:36 -0000
@@ -539,6 +539,9 @@
 AT_SETUP([Configuring subdirectories])
 AT_KEYWORDS(autoreconf)
 
+# We use aclocal (via autoreconf).
+AT_CHECK([aclocal --version || exit 77], [], [ignore], [ignore])
+
 # Move into a fresh testSubDir.  But Autotest is not ready for such
 # tricks, albeit most useful :( It expects to find its files
 # (at-setup-line and so on) in the original `.', and it will complain



reply via email to

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