- Added some required files.

- Extended error for missing library.
This commit is contained in:
ccremers 2004-05-21 13:24:37 +00:00
parent b976611458
commit 5ed86facf3
4 changed files with 1 additions and 1 deletions

0
src/AUTHORS Normal file
View File

0
src/NEWS Normal file
View File

0
src/README Normal file
View File

View File

@ -9,7 +9,7 @@ AC_PROG_MAKE_SET
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))
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