summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-03-13 13:31:19 -0400
committerRyan Lortie <desrt@desrt.ca>2014-03-13 13:31:19 -0400
commit132ea816d7b76adaa8ae764077bff6387d979e72 (patch)
tree70f18a5ab8b5a75f6e09f98d661c375080f75563
parent7a96c41aaaae23cbc6e0e335c3a1d21d63c52b1c (diff)
downloaddconf-132ea816d7b76adaa8ae764077bff6387d979e72.tar.gz
Bump automake dependency to 1.13
Since we dropped ACLOCAL_AMFLAGS in Makefile.am we should depend on automake 1.13 (since this is the version that supports using AC_CONFIG_MACRO_DIRS directly).
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d02835..a9892cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([aux])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11.2 foreign -Wno-portability no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.13 foreign -Wno-portability no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])
# Set default CFLAGS before AC_PROG_CC does