From: Hugo Villeneuve Date: Thu, 6 Nov 2014 05:41:39 +0000 (-0500) Subject: Replace LEX macro with preferred one X-Git-Url: http://gitweb.hugovil.com/?p=emu8051.git;a=commitdiff_plain;h=b1c46135a44a8ae30f1c274e4c7ee2e039c61a98 Replace LEX macro with preferred one --- diff --git a/configure.ac b/configure.ac index f0d08ea..0308b48 100644 --- a/configure.ac +++ b/configure.ac @@ -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.