From: Alexandre Duret-Lutz Date: Thu, 19 Sep 2002 07:31:49 +0000 (+0000) Subject: * tests/subobj9.test: Skip this test on configure errors. X-Git-Tag: Release-1-6f~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f7b1aae76b374fed618f494eb839448c3704eb;p=thirdparty%2Fautomake.git * tests/subobj9.test: Skip this test on configure errors. --- diff --git a/ChangeLog b/ChangeLog index bfa632bec..22d108412 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-19 Alexandre Duret-Lutz + + * tests/subobj9.test: Skip this test on configure errors. + 2002-09-18 Alexandre Duret-Lutz * configure.in: Bump version to 1.6e. diff --git a/aclocal.m4 b/aclocal.m4 index 6d78ba05d..f7c2836a8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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. diff --git a/tests/subobj9.test b/tests/subobj9.test index 1301562c5..2f24a9dba 100755 --- a/tests/subobj9.test +++ b/tests/subobj9.test @@ -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