]> granicus.if.org Git - flex/commitdiff
build: remove automake check-news
authorWill Estes <westes575@gmail.com>
Fri, 19 May 2017 12:03:48 +0000 (08:03 -0400)
committerWill Estes <westes575@gmail.com>
Fri, 19 May 2017 12:03:48 +0000 (08:03 -0400)
configure.ac

index d0f3b7da232465e95514eb7f49e8069b8de61044..880c73bb8fe3e1edc4b10717f8005a0023980561 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 check-news std-options dist-lzip parallel-tests subdir-objects])
+AM_INIT_AUTOMAKE([1.11.3 -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])