From c5a70e5b1b646e5d5e6bec573c6729a7b149345d Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Tue, 8 Jan 2013 11:20:14 +0530 Subject: Changes to support automake-1.13 automake-1.13 obsoletes some macros that were being used. This patch replaces these macros. Change-Id: I2a24a923f284e9b54fb57ccc27eb0b5ad8dd6050 BUG: 892882 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/4368 Tested-by: Niels de Vos Reviewed-by: Niels de Vos Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f24f4a384..dec146e52 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ if libtool --help 2>&1 | grep -q quiet; then AM_LIBTOOLFLAGS="--quiet"; fi -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile libglusterfs/Makefile -- cgit