aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-04-30 12:19:39 +0300
committerSergey Poznyakoff <gray@gnu.org>2023-04-30 12:19:39 +0300
commit8db88fdcccb26ad0376663f7c4b4e73080e41911 (patch)
treed6798475771a85192247a3a2c16e129bde056f47
parentca166f1e7c0fa964571931acad4f9b73ba2956f6 (diff)
downloadgint-master.tar.gz
gint-master.tar.bz2
Use AC_PROG_LEX with argument, instead of AM_PROG_LEXHEADmaster
-rw-r--r--gint.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gint.m4 b/gint.m4
index 6e58893..bce4ca4 100644
--- a/gint.m4
+++ b/gint.m4
@@ -67,7 +67,7 @@ dnl IF-FOUND What to do if Guile is present.
dnl IF-NOT-FOUND What to do otherwise.
dnl
AC_DEFUN([GINT_INIT],[
- AM_PROG_LEX
+ AC_PROG_LEX(noyywrap)
_GINT_SET_OPTIONS([$2])
AC_SUBST([GINT_MODULE_DIR],[m4_if([$1],,[gint],[$1])])
AM_CONDITIONAL([GINT_COND_INC],[_GINT_IF_OPTION_SET([inc],[true],[false])])

Return to:

Send suggestions and report system problems to the System administrator.