summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Larice <Robert.Larice@t-online.de>2016-03-13 10:55:57 -0400
committerWill Estes <westes575@gmail.com>2016-03-16 08:23:01 -0400
commit197b523555856a3e0b32248be6d29846fca3b341 (patch)
tree193b7e0907091c3ee40996812c5e312a71280235 /configure.ac
parentdc5501667785a960ba9e2b6b08d19274e292d7fa (diff)
Suppress portability warnings in Makefile generation
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 b45c3ab..8dd4a08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_INIT([the fast lexical analyser generator],[2.6.1],[flex-help@lists.sourcefor
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
LT_INIT
-AM_INIT_AUTOMAKE([gnu check-news std-options dist-xz parallel-tests 1.14.1])
+AM_INIT_AUTOMAKE([-Wno-portability gnu check-news std-options dist-xz parallel-tests 1.14.1])
AC_CONFIG_HEADER([src/config.h])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([m4])