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.74 by tdb, Mon Aug 23 16:09:47 2004 UTC vs.
Revision 1.75 by tdb, Tue Aug 24 19:00:42 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.10.3, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.10.3)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 89 | Line 89 | freebsd4.*)
89          BIN_PERM="2755"
90          LINKFLAGS="-lkvm -ldevstat"
91          ;;
92 < freebsd5.*)
92 > freebsd[[5-6]].*)
93          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
94          AC_DEFINE(FREEBSD, , [Building on FreeBSD])
95 <        AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x])
95 >        AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x or 6.x])
96          LINKFLAGS="-ldevstat"
97          ;;
98   netbsdelf1*)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines