From 8ae7a94ac6bfbee8f6ee4ba38151de9c3aed5859 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 20 Jun 2007 19:54:43 +0000 Subject: 2007-06-20 Frank Ch. Eigler * configure.ac: Added AM_PROG_CC_C_O for compatibility with automake 1.10. * configure, aclocal.m4: Regenerated. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9c791069..5b0c75ee 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_CPP AM_PROG_CC_STDC +AM_PROG_CC_C_O AM_C_PROTOTYPES AC_LANG_CPLUSPLUS AC_PROG_RANLIB -- cgit