summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-03-13 11:29:59 -0400
committerRyan Lortie <desrt@desrt.ca>2014-03-13 11:30:41 -0400
commit7a96c41aaaae23cbc6e0e335c3a1d21d63c52b1c (patch)
tree55aa8b818e4e2296210869c67d09356d66229876 /configure.ac
parentc418dfff312738a883ef4907eaf2e1005a192b06 (diff)
downloaddconf-7a96c41aaaae23cbc6e0e335c3a1d21d63c52b1c.tar.gz
Stop using ACLOCAL_FLAGS
ACLOCAL_PATH has replaced this for some time now. Bump automake dependency to 1.11.2 (this is the first automake that knows about ACLOCAL_PATH).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f30ffb4..3d02835 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 foreign -Wno-portability no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.11.2 foreign -Wno-portability no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])
# Set default CFLAGS before AC_PROG_CC does