avoid automake failure
authorJim Meyering <meyering@redhat.com>
Thu, 2 Jul 2009 11:36:04 +0000 (13:36 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 2 Jul 2009 12:25:12 +0000 (14:25 +0200)
* daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O.

daemon/configure.ac

index a91db6d..6ecbb8a 100644 (file)
@@ -44,7 +44,7 @@ AC_PROG_CPP
 AC_C_PROTOTYPES
 test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
 
 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],[
 
 dnl Check for Augeas (now optional).
 AC_CHECK_LIB([augeas],[aug_match],[