- Better stuf for automake.

This commit is contained in:
ccremers 2004-05-21 13:27:38 +00:00
parent 5ed86facf3
commit fd9f83cd2c
2 changed files with 1 additions and 1 deletions

0
src/ChangeLog Normal file
View File

View File

@ -11,7 +11,7 @@ AC_HEADER_STDC
AC_CHECK_FUNC(atol,,AC_MSG_ERROR(oops! no atol ?!?))
AC_CHECK_LIB(argtable2, arg_parse,,AC_MSG_ERROR(Scyther requires the argtable2 package. Get it from http://argtable.sourceforge.net/))
AC_PROG_YACC
AC_PROG_LEX
AM_PROG_LEX
VERSION="0.0.1"
AC_SUBST(VERSION)