Replace LEX macro with preferred one
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 6 Nov 2014 05:41:39 +0000 (00:41 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 6 Nov 2014 05:41:39 +0000 (00:41 -0500)
configure.ac

index f0d08ea..0308b48 100644 (file)
@@ -41,7 +41,7 @@ LIBREADLINE=
 )])
 
 dnl Testing for Lex/Yacc
-AC_PROG_LEX
+AM_PROG_LEX
 AC_PROG_YACC
 
 dnl Checking for typedefs, structures, and compiler characteristics.