From: Ralf Wildenhues Date: Thu, 9 Sep 2004 14:33:06 +0000 (+0000) Subject: * demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O X-Git-Tag: release-1-5-10~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c98a7a326a4d20274b298ef21db06467092dadaf;p=thirdparty%2Flibtool.git * demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O to testsuite. --- diff --git a/ChangeLog b/ChangeLog index 74920134a..996ada461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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 89c98a074..eb6aa7515 100644 --- a/demo/configure.ac +++ b/demo/configure.ac @@ -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 ## ---------------- ## diff --git a/pdemo/configure.ac b/pdemo/configure.ac index 89bfbe9ad..75525e64a 100644 --- a/pdemo/configure.ac +++ b/pdemo/configure.ac @@ -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 ## ------------------ ##