- Added some required files.
- Extended error for missing library.
This commit is contained in:
parent
b976611458
commit
5ed86facf3
0
src/AUTHORS
Normal file
0
src/AUTHORS
Normal file
0
src/README
Normal file
0
src/README
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user