From 0bfadd6908aa9d6a15990541d61bc3cf8600e54b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 2 Jul 2009 13:36:04 +0200 Subject: [PATCH] avoid automake failure * daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O. --- daemon/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],[ -- 1.8.3.1