[gnome-commander] Fix warning about using AC_PROG_LEX without noyywrap (or yywrap)
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Fix warning about using AC_PROG_LEX without noyywrap (or yywrap)
- Date: Sun, 7 Nov 2021 20:32:10 +0000 (UTC)
commit f03ebb16cb1f2310c15fecbcaf2ed788adb9284c
Author: Uwe Scholz <u scholz83 gmx de>
Date: Sun Nov 7 21:28:45 2021 +0100
Fix warning about using AC_PROG_LEX without noyywrap (or yywrap)
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 6bb736d9..659e2d04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AX_CXX_COMPILE_STDCXX_11
AC_PROG_CC
AC_PROG_CXX
-AM_PROG_LEX
+AC_PROG_LEX(noyywrap)
LT_INIT
dnl ===================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]