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.54 by tdb, Thu Feb 12 23:04:51 2004 UTC vs.
Revision 1.56 by tdb, Sat Feb 14 12:20:02 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"
87          ;;
88   openbsd*)
89          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
90          AC_DEFINE(OPENBSD, , [Building on OpenBSD])
93        AM_CONDITIONAL(SETGIDBINS, true)
94        LINKFLAGS="-lkvm"
91          ;;
92   linux-gnu)
93          AC_DEFINE(LINUX, , [Building on GNU/Linux])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines