]> git.saurik.com Git - bison.git/commitdiff
(AC_PROG_LEX): Use instead of AM_PROG_LEX.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 08:07:13 +0000 (08:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 08:07:13 +0000 (08:07 +0000)
Suggested by Art Haas.

configure.ac

index 1c126ff68f8fc63427b54f7257d66a57a9b55920..9489054cf1530543e46d00e06677bcc894de76d9 100644 (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