From 989fcc73b1cf532cec06d83438baa073bfd1992e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 14 Jan 2008 15:16:09 +0000 Subject: [PATCH] cleaner build fixes git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7209 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/xmlrpc-c/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/xmlrpc-c/configure.in b/libs/xmlrpc-c/configure.in index 3837ccf09d..8513449ad2 100644 --- a/libs/xmlrpc-c/configure.in +++ b/libs/xmlrpc-c/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(include/xmlrpc-c/base.h) -AM_CONFIG_HEADER(xmlrpc_amconfig.h) +AC_CONFIG_HEADERS(xmlrpc_amconfig.h) dnl ======================================================================= dnl Define PACKAGE, VERSION, @PACKAGE@, @VERSION@