6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(ihost, 1.5.7, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(ihost, 1.5.7) |
9 |
> |
AC_INIT(ihost, 1.5.9, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(ihost, 1.5.9) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
106 |
|
esac |
107 |
|
|
108 |
|
# Check for libstatgrab |
109 |
< |
AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])]) |
109 |
> |
AC_CHECK_LIB(statgrab, sg_get_host_info,[:],[AC_MSG_ERROR([need libstatgrab])]) |
110 |
|
|
111 |
|
# Check for the --with-pid-file option |
112 |
|
AC_ARG_WITH([pid-file], [ --with-pid-file=FILE location of PID file (default: /var/tmp/.ihost.pid)], [pidfile=$withval], [pidfile=[/var/tmp/.ihost.pid]]) |