From: Julian Andres Klode Date: Tue, 3 Nov 2015 10:20:42 +0000 (+0100) Subject: configure.ac: Only require autoconf 2.68 X-Git-Tag: 1.1_exp15~53 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/41bcb7b2f466307ab3fdb46941d7b3491de687b4?ds=sidebyside configure.ac: Only require autoconf 2.68 This makes it compileable on the trusty travis-ci instance. Gbp-Dch: ignore --- 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)