libtool-patches
[Top][All Lists]
Advanced

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

[PATCH 1.5] testsuite failures: missing AM_PROG_CC_C_O


From: Ralf Wildenhues
Subject: [PATCH 1.5] testsuite failures: missing AM_PROG_CC_C_O
Date: Thu, 9 Sep 2004 08:11:14 +0200
User-agent: Mutt/1.4.1i

Some of the tests in the branch-1-5 testsuite fail with recent CVS
Automake, because they have objects with per-target flags which are not
Libtool objects.  A current Automake complains, which makes several
tests fail.  The trivial patch below fixes this.

Regards,
Ralf

2008-09-09  Ralf Wildenhues <address@hidden>

        * demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O
        to testsuite.


Index: demo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/demo/Attic/configure.ac,v
retrieving revision 1.4
diff -u -r1.4 configure.ac
--- demo/configure.ac   3 Mar 2002 03:19:55 -0000       1.4
+++ demo/configure.ac   9 Sep 2004 05:54:29 -0000
@@ -30,6 +30,7 @@
 ## Automake Initialisation. ##
 ## ------------------------ ##
 AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_PROG_CC_C_O
 
 
 ## ---------------- ##
Index: pdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/pdemo/Attic/configure.ac,v
retrieving revision 1.3
diff -u -r1.3 configure.ac
--- pdemo/configure.ac  6 Oct 2001 15:35:17 -0000       1.3
+++ pdemo/configure.ac  9 Sep 2004 05:54:29 -0000
@@ -30,6 +30,7 @@
 ## Automake Initialisation. ##
 ## ------------------------ ##
 AM_INIT_AUTOMAKE(hell,1.0)
+AM_PROG_CC_C_O
 
 
 ## ------------------ ##




reply via email to

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