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.53 by tdb, Tue Feb 10 20:03:31 2004 UTC vs.
Revision 1.55 by tdb, Thu Feb 12 23:28:20 2004 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.8.3, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.8.3)
9 > AC_INIT(libstatgrab, 0.9, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.9)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 84 | Line 84 | freebsd5.*)
84   netbsdelf*)
85          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
86          AC_DEFINE(NETBSD, , [Building on NetBSD])
87 +        AM_CONDITIONAL(SETGIDBINS, true)
88 +        LINKFLAGS="-lkvm"
89 +        ;;
90 + openbsd*)
91 +        AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
92 +        AC_DEFINE(OPENBSD, , [Building on OpenBSD])
93          AM_CONDITIONAL(SETGIDBINS, true)
94          LINKFLAGS="-lkvm"
95          ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines