(AC_PROG_LEX): Use instead of AM_PROG_LEX.

Suggested by Art Haas.
This commit is contained in:
Paul Eggert
2002-10-23 08:07:13 +00:00
parent e0c74f0d34
commit 41cce2f604

View File

@@ -59,7 +59,7 @@ if test "${enableval}" = yes; then
fi
# Checks for programs.
AM_PROG_LEX
AC_PROG_LEX
AC_PROG_YACC
AC_PROG_RANLIB
BISON_PROG_GNU_M4