From: Maciej W. Rozycki Date: Thu, 9 Sep 2004 23:26:19 +0000 (+0000) Subject: Revert last change X-Git-Tag: release-1-5-10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676bfdde06677d8d14b5d2b4c316c053bb3031ba;p=thirdparty%2Flibtool.git Revert last change --- diff --git a/ChangeLog b/ChangeLog index 996ada461..74920134a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,3 @@ -2008-09-09 Ralf Wildenhues - - * demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O - to testsuite. - 2004-08-12 Maciej W. Rozycki * demo/Makefile.am: Stop automake warning by defining diff --git a/demo/configure.ac b/demo/configure.ac index eb6aa7515..89c98a074 100644 --- a/demo/configure.ac +++ b/demo/configure.ac @@ -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 ## ---------------- ## diff --git a/pdemo/configure.ac b/pdemo/configure.ac index 75525e64a..89bfbe9ad 100644 --- a/pdemo/configure.ac +++ b/pdemo/configure.ac @@ -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 ## ------------------ ##