6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(ihost, 1.5, dev@i-scream.org.uk) |
10 |
< |
AM_INIT_AUTOMAKE(ihost, 1.5) |
9 |
> |
AC_INIT(ihost, 1.6, dev@i-scream.org.uk) |
10 |
> |
AM_INIT_AUTOMAKE(ihost, 1.6) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
47 |
|
AC_FUNC_MALLOC |
48 |
|
AC_FUNC_REALLOC |
49 |
|
AC_FUNC_FORK |
50 |
+ |
AC_CHECK_FUNCS(strlcat) |
51 |
|
AC_CHECK_LIB(statgrab, get_general_stats,[LIBS="-Wl,-Bstatic -lstatgrab -Wl,-Bdynamic $LIBS"],[AC_MSG_ERROR([need libstatgrab])]) |
52 |
|
|
53 |
|
# Figure out details about the host - we need the OS |