autoconf-patches
[Top][All Lists]
Advanced

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

FYI: test 40 robust to aclocal 1.4


From: Akim Demaille
Subject: FYI: test 40 robust to aclocal 1.4
Date: Fri, 28 Mar 2003 18:10:04 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/torture.at (Configuring subdirectories): Require aclocal
        1.4, otherwise the test fails, as it does support configure.ac.
        This fixes the "test 40 failed" bug reports.

Index: tests/torture.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/torture.at,v
retrieving revision 1.39
diff -u -u -r1.39 torture.at
--- tests/torture.at 6 Nov 2002 10:29:22 -0000 1.39
+++ tests/torture.at 28 Mar 2003 17:09:32 -0000
@@ -1,6 +1,6 @@
 #                                                      -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -559,7 +559,9 @@
 AT_KEYWORDS(autoreconf)
 
 # We use aclocal (via autoreconf).
-AT_CHECK([aclocal --version || exit 77], [], [ignore], [ignore])
+AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore])
+# It should understand configure.ac.
+AT_CHECK([grep 1.4 stdout && exit 77], [1], [ignore])
 
 # The contents of `inner/', and `inner/innermost/'.
 AS_MKDIR_P([inner/innermost])




reply via email to

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