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

Comparing projects/libstatgrab/configure.in (file contents):
Revision 1.1 by tdb, Tue Feb 18 22:01:48 2003 UTC vs.
Revision 1.2 by tdb, Wed Feb 19 18:49:18 2003 UTC

# Line 8 | Line 8 | AM_INIT_AUTOMAKE(libstatgrab, 0.1)
8   dnl The file we use to pass #define's to the source
9   AM_CONFIG_HEADER(config.h)
10  
11 < dnl We need a CC, install, and ranlib
11 > dnl We need a CC, install, and libtool
12   AC_PROG_CC
13   AC_PROG_INSTALL
14 < AC_PROG_RANLIB
14 > AC_PROG_LIBTOOL
15  
16   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_CHECK_FUNCS(getloadavg)
21
22 dnl Figure out details about the host - we need the OS
23 AC_CANONICAL_HOST
21  
22   dnl Set things up for different OS's
23   dnl We define the name of the OS so the code can act accordingly

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines