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.46 by tdb, Fri Dec 12 09:48:20 2003 UTC vs.
Revision 1.51 by tdb, Tue Feb 10 16:02:42 2004 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.7.1, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.7.1)
9 > AC_INIT(libstatgrab, 0.8.2, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.8.2)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 39 | Line 39 | AC_CHECK_MEMBER(struct disk_sysctl.dk_rbytes,
39                  [AC_DEFINE(HAVE_DK_RBYTES, , [New-style NetBSD stats])],
40                  [],
41                  [#include <sys/disk.h>])
42 +
43 + # Check for sys/loadavg.h
44 + AC_CHECK_HEADERS([sys/loadavg.h])
45 +
46 + # Check for libdevinfo.h
47 + AC_CHECK_HEADERS([libdevinfo.h])
48  
49   # Default needing setgid/setuid to false
50   AM_CONDITIONAL(SETGIDBINS, false)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines