]> granicus.if.org Git - flex/commitdiff
build: for automake, flex is foreign
authorWill Estes <westes575@gmail.com>
Wed, 19 Oct 2016 21:00:50 +0000 (17:00 -0400)
committerWill Estes <westes575@gmail.com>
Wed, 19 Oct 2016 21:00:50 +0000 (17:00 -0400)
Makefile.am
configure.ac

index fd8eb1a9271defe871fdbabe05152b3303cea92b..1540bb748ebd264df9b6a4871227f7eae78eb379 100644 (file)
@@ -36,7 +36,7 @@ dist_doc_DATA = \
        COPYING \
        NEWS \
        ONEWS \
-       README
+       README.md
 
 EXTRA_DIST = \
        .indent.pro \
index 14dfea1718c714db4d1eae4424452b49ef39d751..2fc140b24de56a7c2f682582d5760b872d625512 100644 (file)
@@ -28,7 +28,7 @@ AC_INIT([the fast lexical analyser generator],[2.6.2],[flex-help@lists.sourcefor
 AC_CONFIG_SRCDIR([src/scan.l])
 AC_CONFIG_AUX_DIR([build-aux])
 LT_INIT
-AM_INIT_AUTOMAKE([-Wno-portability gnu check-news std-options dist-xz parallel-tests 1.14.1])
+AM_INIT_AUTOMAKE([-Wno-portability foreign 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])