summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-03-13 13:58:08 -0400
committerRyan Lortie <desrt@desrt.ca>2014-03-13 13:58:08 -0400
commit2394a2d6f905acd25c5fd9a6187f6a09396edac9 (patch)
tree1c836dc6947ad88c54b6291e3ba94edda5125e9a /configure.ac
parent132ea816d7b76adaa8ae764077bff6387d979e72 (diff)
downloaddconf-2394a2d6f905acd25c5fd9a6187f6a09396edac9.tar.gz
build: drop back to automake 1.11.2
It seems like 1.13 is still a bit too cutting-edge for some (including Debian wheezy and gnome-continuous). Drop the dependency back to 1.11.2 and add back ACLOCAL_AMFLAGS (but without ACLOCAL_FLAGS). We can reevaluate after jessie is released.
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 a9892cd..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.13 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