6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(ihost, 1.5.5, dev@i-scream.org.uk) |
10 |
< |
AM_INIT_AUTOMAKE(ihost, 1.5.5) |
9 |
> |
AC_INIT(ihost, 1.5.7, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(ihost, 1.5.7) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
81 |
|
freebsd4.*) |
82 |
|
AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])]) |
83 |
|
AC_DEFINE(FREEBSD, , [Building on FreeBSD 4.x]) |
84 |
< |
LIBS="$LIBS -lkvm -lstatgrab -lukcprog -static" |
84 |
> |
LIBS="$LIBS -lstatgrab -lkvm -ldevstat -lukcprog -static" |
85 |
|
# FreeBSD needs ihost to be setgid kmem |
86 |
|
AM_CONDITIONAL(SETGIDKMEM, true) |
87 |
|
;; |