# | Line 2 | Line 2 | dnl configure.in for i-scream ihost | |
---|---|---|
2 | dnl $Id$ | |
3 | ||
4 | dnl Change these to change the package name and version | |
5 | < | AC_INIT(ihost.c) |
5 | > | AC_INIT(ihost, 1.0rc1, dev@i-scream.org.uk) |
6 | AM_INIT_AUTOMAKE(ihost, 1.0rc1) | |
7 | ||
8 | dnl The file we use to pass #define's to the source | |
# | Line 17 | Line 17 | dnl And we probably need the standard C bits | |
17 | AC_HEADER_STDC | |
18 | ||
19 | dnl The program needs to know whether it can use getloadavg | |
20 | < | AC_FUNC_GETLOADAVG |
20 | > | AC_CHECK_FUNCS(getloadavg) |
21 | ||
22 | dnl Figure out details about the host - we need the OS | |
23 | AC_CANONICAL_HOST |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |