aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 00:03:58 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 00:03:58 +0300
commite0b67d9d57fb3dc2de0b8be6e97886443276f719 (patch)
treeeeabe94604780340a89f02817a22ffdfc85e4e23
parent01022a35bfed28d33de9b8930068db41e487bb15 (diff)
downloadvmod-binlog-e0b67d9d57fb3dc2de0b8be6e97886443276f719.tar.gz
vmod-binlog-e0b67d9d57fb3dc2de0b8be6e97886443276f719.tar.bz2
Require automake 1.14 or newer.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bfc079..692b052 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
AC_LANG(C)
-AM_INIT_AUTOMAKE([gnu tar-ustar subdir-objects])
+AM_INIT_AUTOMAKE([1.14 gnu tar-ustar subdir-objects])
AC_GNU_SOURCE
AC_PROG_CC

Return to:

Send suggestions and report system problems to the System administrator.