Merge branch 'maint'
[platform/upstream/automake.git] / t / lex-header.sh
index d50a1ef..f1283f6 100755 (executable)
 required='cc flex'
 . test-init.sh
 
+# Here, we need to use the use flex option '--header-file', but some
+# older flex versions don't support is (see automake bug#11524 and
+# bug#12836).  Skip this test if such an old flex version is detected.
+$LEX --help | grep '.*--header-file' \
+  || skip_ "flex doesn't support the --header-file' option"
+
 cat >> configure.ac << 'END'
 AC_PROG_CC
 AC_PROG_LEX