| 21 |
|
# Checks for programs |
| 22 |
|
AC_PROG_CC |
| 23 |
|
AC_PROG_INSTALL |
| 24 |
– |
AC_PROG_RANLIB |
| 24 |
|
|
| 25 |
|
# User specified libstatgrab prefix |
| 26 |
|
AC_ARG_WITH([libstatgrab-prefix], |
| 93 |
|
|
| 94 |
|
# Library checks that need to be done after the OS specific stuff |
| 95 |
|
AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])]) |
| 96 |
< |
AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])],[$LIBUKCPROGLIBS]) |
| 96 |
> |
AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])]) |
| 97 |
|
|
| 98 |
|
# Check for the --with-pid-file option |
| 99 |
|
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]]) |