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.76 by tdb, Tue Aug 24 20:45:29 2004 UTC vs.
Revision 1.78 by tdb, Mon Nov 1 18:33:19 2004 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.10.4, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.10.4)
9 > AC_INIT(libstatgrab, 0.11, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.11)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 32 | Line 32 | AC_C_CONST
32   # Checks for library functions
33   AC_FUNC_MALLOC
34   AC_FUNC_REALLOC
35 < AC_CHECK_FUNCS(atoll)
35 > AC_CHECK_FUNCS(atoll seteuid setegid setresuid setresgid)
36  
37   # Disk IO read and write statistics are only present on recent NetBSD.
38   AC_CHECK_MEMBER(struct disk_sysctl.dk_rbytes,
# Line 80 | Line 80 | solaris2.*)
80          AC_CHECK_HEADERS([kstat.h],,[AC_MSG_ERROR([need kstat.h])])
81          AC_DEFINE(SOLARIS, , [Building on Solaris 2.x])
82          LINKFLAGS="-lkstat -ldevinfo -lsocket -lnsl"
83 +        ;;
84 + hpux11.11*)
85 +        AC_DEFINE(HPUX, , [Building on HP-UX 11.11])
86          ;;
87   freebsd4.*)
88          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines