[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake CVS failures on Solaris 8
From: |
Alexandre Duret-Lutz |
Subject: |
Re: automake CVS failures on Solaris 8 |
Date: |
Thu, 19 Sep 2002 09:31:32 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Paul" == Paul Eggert <address@hidden> writes:
[...]
Paul> But in the meantime, perhaps Automake should not report
Paul> an Automake failure simply because a C++ library is not
Paul> installed?
I'm installing this.
2002-09-19 Alexandre Duret-Lutz <address@hidden>
* tests/subobj9.test: Skip this test on configure errors.
Index: tests/subobj9.test
===================================================================
RCS file: /cvs/automake/automake/tests/subobj9.test,v
retrieving revision 1.4
diff -u -r1.4 subobj9.test
--- tests/subobj9.test 8 Sep 2002 13:07:56 -0000 1.4
+++ tests/subobj9.test 19 Sep 2002 07:28:59 -0000
@@ -54,6 +54,7 @@
$AUTOCONF
$AUTOMAKE -a
-./configure
+# Skip this test on configure errors (e.g., broken C++ compilers).
+./configure || exit 77
$MAKE
$MAKE distcheck
--
Alexandre Duret-Lutz