]> sourceware.org Git - automake.git/commitdiff
* tests/subobj9.test: Skip this test on configure errors.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 19 Sep 2002 07:31:48 +0000 (07:31 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 19 Sep 2002 07:31:48 +0000 (07:31 +0000)
ChangeLog
aclocal.m4
tests/subobj9.test

index bfa632beca29c495c74eb7e4801a13aad61c6532..22d1084129580e21e881bf471b9e647e90686870 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/subobj9.test: Skip this test on configure errors.
+
 2002-09-18  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in: Bump version to 1.6e.
index 6d78ba05d8e9f67072a2e44331cd6d9c8a38e405..f7c2836a80ebd551537fce99455046bc2e5fcbdf 100644 (file)
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.6d -*- Autoconf -*-
+# generated automatically by aclocal 1.6e -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
index 1301562c53f4e5445f9a42573c85da289ed12291..2f24a9dba3eb83893961242d28e7e7a49e556a48 100755 (executable)
@@ -54,6 +54,7 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -a
 
-./configure
+# Skip this test on configure errors (e.g., broken C++ compilers).
+./configure || exit 77
 $MAKE
 $MAKE distcheck
This page took 0.028967 seconds and 5 git commands to generate.