configure: Add noyywrap option to AC_PROG_LEX for Autoconf 2.70+
FreeBSD packages 2.71 and that spits out a deprecation warning if we don't set this.
This commit is contained in:
+1
-1
@@ -383,7 +383,7 @@ LT_INIT
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_EGREP
|
||||
AC_PROG_AWK
|
||||
AC_PROG_LEX
|
||||
AC_PROG_LEX(noyywrap)
|
||||
AC_PROG_YACC
|
||||
AM_PATH_PYTHON(,,[:])
|
||||
AC_PATH_PROG([PERL], [perl], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
|
||||
|
||||
Reference in New Issue
Block a user