- Fixed the lex/yacc problems.

This commit is contained in:
ccremers
2004-05-21 19:18:47 +00:00
parent 894372e9af
commit 6c69baeeb9
3 changed files with 4 additions and 6 deletions

View File

@@ -21,12 +21,10 @@ AC_FUNC_REALLOC
AC_CHECK_LIB(argtable2, arg_parse,,AC_MSG_ERROR(Scyther requires the argtable2 package (LGPL).
Get it from http://argtable.sourceforge.net/))
AC_PROG_YACC
AC_PROG_LEX
#AC_DECL_YYTEXT
AM_PROG_LEX
VERSION="0.0.1"
AC_SUBST(ac_aux_dir)
SUBDIRS = src
SUBDIRS=src
dnl read Makefile.in and write Makefile
AC_OUTPUT(Makefile src/Makefile)