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.84 by tdb, Mon Apr 25 12:37:20 2005 UTC vs.
Revision 1.86 by tdb, Sat Jul 30 10:42:02 2005 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.12, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.12)
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 91 | Line 91 | freebsd4.*)
91          BIN_PERM="2755"
92          LINKFLAGS="-lkvm -ldevstat"
93          ;;
94 < freebsd[[5-6]].*)
94 > freebsd[[5-7]].*)
95          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
96          AC_DEFINE(FREEBSD, , [Building on FreeBSD])
97 <        AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x or 6.x])
97 >        AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 7.x])
98          LINKFLAGS="-ldevstat"
99          ;;
100   netbsdelf1*)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines