summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-09-13 15:38:08 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-09-15 16:08:51 +0200
commit8ae8b9a17333f232f80e05479e4d7f409cc3bebb (patch)
tree9bf26c8250e09d686cb2b232dd87cd9ac3289652 /configure.ac
parent2bd2bc470c824453cd002f151db9d668f609fc10 (diff)
Cleanups and fixes related to automake upgrade
This removes a few legacy workarounds and fixes for older versions of automake. This also removes adding specific DEBUG flags for tests since subdir objects are handled differently now.
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 08956d3..979eab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AC_CONFIG_LIBOBJ_DIR([compat])
# display notice and initialize automake
AC_MSG_NOTICE([configuring AC_PACKAGE_TARNAME AC_PACKAGE_VERSION])
-AM_INIT_AUTOMAKE([check-news gnu std-options color-tests --warnings=all])
+AM_INIT_AUTOMAKE([1.11.2 check-news gnu std-options color-tests --warnings=all])
# create a config.h file (Automake will add -DHAVE_CONFIG_H)
AC_CONFIG_HEADERS([config.h])