]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Revert last change
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 9 Sep 2004 23:26:19 +0000 (23:26 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 9 Sep 2004 23:26:19 +0000 (23:26 +0000)
ChangeLog
demo/configure.ac
pdemo/configure.ac

index 996ada461ee650ef5b6c7a6634c095eca395089b..74920134a1fea2794fbcd66dd6cf1148271a642a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-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 eb6aa75156cdae15e687856787c862cd2b6ad87e..89c98a0744cd3696185686b44f40a3f02778c00d 100644 (file)
@@ -30,7 +30,6 @@ AC_CONFIG_SRCDIR([hello.c])
 ## Automake Initialisation. ##
 ## ------------------------ ##
 AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
-AM_PROG_CC_C_O
 
 
 ## ---------------- ##
index 75525e64a0c1cd7486f40794347a7254c08b65a0..89bfbe9adf46518f21e2aa52373b5a08c63b84c1 100644 (file)
@@ -30,7 +30,6 @@ AC_CONFIG_SRCDIR([longer_file_name_hello.c])
 ## Automake Initialisation. ##
 ## ------------------------ ##
 AM_INIT_AUTOMAKE(hell,1.0)
-AM_PROG_CC_C_O
 
 
 ## ------------------ ##