ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/configure.in
(Generate patch)

Comparing projects/cms/source/ihost/configure.in (file contents):
Revision 1.7 by tdb, Fri May 31 14:34:48 2002 UTC vs.
Revision 1.8 by tdb, Mon Feb 3 16:33:29 2003 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines