summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Sobisch <simonsobisch@web.de>2017-05-02 12:30:28 +0200
committerWill Estes <westes575@gmail.com>2017-05-02 14:43:49 -0400
commit634ef8a945601d58684fae98fa867b3621f5900b (patch)
tree7b720b78f1cf25cb6a7877f4ba9343ecd48545cc /configure.ac
parent0a9687d138b5a154f38381bfb26269decd196560 (diff)
build: list earliest useable versions for automake
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c246ab..64e4db7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([-Wno-portability foreign check-news std-options dist-lzip parallel-tests subdir-objects 1.14.1])
+AM_INIT_AUTOMAKE([1.14.1 -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])