From 41bcb7b2f466307ab3fdb46941d7b3491de687b4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 3 Nov 2015 11:20:42 +0100 Subject: configure.ac: Only require autoconf 2.68 This makes it compileable on the trusty travis-ci instance. Gbp-Dch: ignore --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3