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.60 by tdb, Sun Feb 15 21:18:36 2004 UTC vs.
Revision 1.63 by tdb, Sat Apr 3 21:05:47 2004 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.9, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.9)
9 > AC_INIT(libstatgrab, 0.9.1, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.9.1)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 77 | Line 77 | freebsd5.*)
77          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
78          AC_DEFINE(FREEBSD, , [Building on FreeBSD])
79          AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x])
80 <        LINKFLAGS="-ldevstat"
80 >        LINKFLAGS="-lkvm -ldevstat"
81          ;;
82   netbsdelf*)
83          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
# Line 86 | Line 86 | netbsdelf*)
86   openbsd*)
87          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
88          AC_DEFINE(OPENBSD, , [Building on OpenBSD])
89 +        ;;
90 + dragonfly*)
91 +        AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
92 +        AC_DEFINE(DFBSD, , [Building on DragonFlyBSD])
93 +        AM_CONDITIONAL(SETGIDBINS, true)
94 +        LINKFLAGS="-lkvm -ldevstat"
95          ;;
96   linux-gnu)
97          AC_DEFINE(LINUX, , [Building on GNU/Linux])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines