diff options
author | Kaushal M <kaushal@redhat.com> | 2013-01-08 11:20:14 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-01-11 09:08:18 -0800 |
commit | c5a70e5b1b646e5d5e6bec573c6729a7b149345d (patch) | |
tree | 11e28b663c4697fa498023295915a22db084dc82 /configure.ac | |
parent | 7e6395bd8e1810ba8c4614afe15616378b5f7ef5 (diff) |
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 <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/4368
Tested-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f24f4a38411..dec146e5294 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 |