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.78 by tdb, Mon Nov 1 18:33:19 2004 UTC vs.
Revision 1.87 by tdb, Sat Sep 24 13:29:21 2005 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.11, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.11)
9 > AC_INIT(libstatgrab, 0.13, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.13)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 31 | Line 31 | AC_C_CONST
31  
32   # Checks for library functions
33   AC_FUNC_MALLOC
34 AC_FUNC_REALLOC
34   AC_CHECK_FUNCS(atoll seteuid setegid setresuid setresgid)
35  
36   # Disk IO read and write statistics are only present on recent NetBSD.
# Line 62 | Line 61 | AC_CHECK_HEADERS([libdevinfo.h])
61   AM_CONDITIONAL(SETGIDBINS, false)
62   AM_CONDITIONAL(SETUIDBINS, false)
63  
64 + # Default MINGW setting
65 + AM_CONDITIONAL(MINGW, false)
66 +
67   # Set things up for different OS's
68   # We define the name of the OS so the code can act accordingly
69   # We also need to add the right LDFLAGS
# Line 92 | Line 94 | freebsd4.*)
94          BIN_PERM="2755"
95          LINKFLAGS="-lkvm -ldevstat"
96          ;;
97 < freebsd[[5-6]].*)
97 > freebsd[[5-7]].*)
98          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
99          AC_DEFINE(FREEBSD, , [Building on FreeBSD])
100 <        AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x or 6.x])
100 >        AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 7.x])
101          LINKFLAGS="-ldevstat"
102          ;;
103   netbsdelf1*)
# Line 128 | Line 130 | linux-gnu)
130   cygwin)
131          AC_DEFINE(CYGWIN, , [Building on Cygwin])
132          ;;
133 + mingw32)
134 +        AC_DEFINE(MINGW, , [Building on MinGW])
135 +        AC_DEFINE(WINVER, 0x0500, [Building for Windows 2000])
136 +        AM_CONDITIONAL(MINGW, true)
137 +        LINKFLAGS="-lpdh -lIphlpapi -lpsapi -lnetapi32"
138 +        ;;
139   *)
140          AC_MSG_ERROR([Cannot build on unknown OS: $host_os])
141          ;;
# Line 240 | Line 248 | AC_SUBST(BIN_GROUP)
248   AC_SUBST(BIN_PERM)
249  
250   # And finish by changing these files
251 < AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile])
251 > AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile docs/libstatgrab/Makefile docs/statgrab/Makefile docs/saidar/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile])
252  
253   AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines