X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=0308b48f7004dbfca4b6d437b926423e94dc33fb;hb=HEAD;hp=814ab632a3a57daa6ee4177233d247c5c31b6146;hpb=2f8c6198577b32eeca7b2ad7a56a596fb80f2a84;p=emu8051.git diff --git a/configure.ac b/configure.ac index 814ab63..0308b48 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Initialization stuff. AC_INIT([emu8051], [2.0.1], [hugo@hugovil.com], [emu8051], - [http://www.hugovil.com/fr/emu8051/]) + [http://www.hugovil.com/emu8051/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/common/cpu8051.c) @@ -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. @@ -125,7 +125,6 @@ else fi AC_SUBST(WARNINGCFLAGS) -AC_SUBST(LIBS) AC_SUBST(ac_aux_dir) dnl Creating output file(s)