From: Jim Meyering Date: Thu, 2 Jul 2009 11:36:04 +0000 (+0200) Subject: avoid automake failure X-Git-Tag: 1.0.55~14 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=0bfadd6908aa9d6a15990541d61bc3cf8600e54b avoid automake failure * daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O. --- diff --git a/daemon/configure.ac b/daemon/configure.ac index a91db6d..6ecbb8a 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -44,7 +44,7 @@ AC_PROG_CPP AC_C_PROTOTYPES test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) -AC_PROG_CC_C_O +AM_PROG_CC_C_O dnl Check for Augeas (now optional). AC_CHECK_LIB([augeas],[aug_match],[