Skip to content

Commit c155815

Browse files
committed
configure: require automake 1.13.2 for CentOS 7
Signed-off-by: Craig Cabrey <[email protected]>
1 parent 4312aee commit c155815

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

TODO

Lines changed: 0 additions & 5 deletions
This file was deleted.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_SUBST([PACKAGE_RELEASE], 1)
1010
AC_CONFIG_HEADER([config.h])
1111
AC_CONFIG_FILES([glusterfs-coreutils.spec Makefile lib/Makefile src/Makefile man/Makefile])
1212
AC_CONFIG_MACRO_DIR([m4])
13-
AM_INIT_AUTOMAKE([1.15 foreign -Wall -Werror tar-ustar])
13+
AM_INIT_AUTOMAKE([1.13.2 foreign -Wall -Werror tar-ustar])
1414
AM_MAINTAINER_MODE
1515

1616
AC_DEFINE([COPYRIGHT], ["Copyright (C) 2015 Facebook, Inc."], [Copyright notice])

0 commit comments

Comments
 (0)