]> granicus.if.org Git - flex/commitdiff
build: require automake, gettext versions as per maintainer dev setup
authorWill Estes <westes575@gmail.com>
Thu, 13 Jul 2017 19:14:58 +0000 (15:14 -0400)
committerWill Estes <westes575@gmail.com>
Thu, 13 Jul 2017 19:14:58 +0000 (15:14 -0400)
configure.ac

index 880c73bb8fe3e1edc4b10717f8005a0023980561..d9aab34487503cbe646035a01924ed8173846170 100644 (file)
@@ -28,7 +28,7 @@ AC_INIT([the fast lexical analyser generator],[2.6.4],[flex-help@lists.sourcefor
 AC_CONFIG_SRCDIR([src/scan.l])
 AC_CONFIG_AUX_DIR([build-aux])
 LT_INIT
-AM_INIT_AUTOMAKE([1.11.3 -Wno-portability foreign std-options dist-lzip parallel-tests subdir-objects])
+AM_INIT_AUTOMAKE([1.15 -Wno-portability foreign std-options dist-lzip parallel-tests subdir-objects])
 AC_CONFIG_HEADER([src/config.h])
 AC_CONFIG_LIBOBJ_DIR([lib])
 AC_CONFIG_MACRO_DIR([m4])
@@ -38,7 +38,7 @@ AC_SUBST(SHARED_VERSION_INFO)
 # checks for programs
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT_VERSION([0.19.7])
 AC_PROG_YACC
 AS_IF([test "$YACC" != 'bison -y'], [
        YACC="\${top_srcdir}/build-aux/missing bison -y"