diff options
author | Julian Andres Klode <jak@debian.org> | 2015-11-03 11:20:42 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-11-03 11:20:56 +0100 |
commit | 41bcb7b2f466307ab3fdb46941d7b3491de687b4 (patch) | |
tree | 1bd5b6a59d59942d64869a825fb0dc5102926c60 | |
parent | 959568175b0bd9078074b17ffbb2e16545c6cf14 (diff) |
configure.ac: Only require autoconf 2.68
This makes it compileable on the trusty travis-ci instance.
Gbp-Dch: ignore
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83c29b4f3..77e280231 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl not used but STL is. dnl 'make -f Makefile startup' will generate the configure file from dnl configure.ac correctly and can be run at any time -AC_PREREQ([2.69]) +AC_PREREQ([2.68]) AC_INIT AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR(buildlib) |