]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 9 Sep 2004 14:33:06 +0000 (14:33 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 9 Sep 2004 14:33:06 +0000 (14:33 +0000)
to testsuite.

ChangeLog
demo/configure.ac
pdemo/configure.ac

index 74920134a1fea2794fbcd66dd6cf1148271a642a..996ada461ee650ef5b6c7a6634c095eca395089b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-09  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O
+       to testsuite.
+
 2004-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * demo/Makefile.am: Stop automake warning by defining
index 89c98a0744cd3696185686b44f40a3f02778c00d..eb6aa75156cdae15e687856787c862cd2b6ad87e 100644 (file)
@@ -30,6 +30,7 @@ AC_CONFIG_SRCDIR([hello.c])
 ## Automake Initialisation. ##
 ## ------------------------ ##
 AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+AM_PROG_CC_C_O
 
 
 ## ---------------- ##
index 89bfbe9adf46518f21e2aa52373b5a08c63b84c1..75525e64a0c1cd7486f40794347a7254c08b65a0 100644 (file)
@@ -30,6 +30,7 @@ AC_CONFIG_SRCDIR([longer_file_name_hello.c])
 ## Automake Initialisation. ##
 ## ------------------------ ##
 AM_INIT_AUTOMAKE(hell,1.0)
+AM_PROG_CC_C_O
 
 
 ## ------------------ ##