]> granicus.if.org Git - flex/commitdiff
build: use lowest versions for gettext, automake.
authorSimon Sobisch <simonsobisch@web.de>
Tue, 2 May 2017 15:38:16 +0000 (17:38 +0200)
committerWill Estes <westes575@gmail.com>
Tue, 2 May 2017 18:56:59 +0000 (14:56 -0400)
configure.ac

index 64e4db7d3c4b137692e04a657a66e7c39fc61b52..f1459f3868656fb4054c63d9a097f44a61106647 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.14.1 -Wno-portability foreign check-news std-options dist-lzip parallel-tests subdir-objects])
+AM_INIT_AUTOMAKE([1.11.3 -Wno-portability foreign check-news 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.19])
+AM_GNU_GETTEXT_VERSION([0.18])
 AC_PROG_YACC
 AS_IF([test "$YACC" != 'bison -y'], [
        YACC="\${top_srcdir}/build-aux/missing bison -y"