- Fixed the lex/yacc problems.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user