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.40 by tdb, Sun Oct 19 21:25:16 2003 UTC vs.
Revision 1.43 by tdb, Mon Nov 10 21:07:04 2003 UTC

# Line 6 | Line 6
6   #
7  
8   # Change these to change the package name and version
9 < AC_INIT(libstatgrab, 0.7, bugs@i-scream.org)
10 < AM_INIT_AUTOMAKE(libstatgrab, 0.7)
9 > AC_INIT(libstatgrab, 0.7.1, bugs@i-scream.org)
10 > AM_INIT_AUTOMAKE(libstatgrab, 0.7.1)
11  
12   # Revision number (automatically updated)
13   AC_REVISION($Revision$)
# Line 71 | Line 71 | freebsd5.*)
71          AM_CONDITIONAL(SETGIDBINS, true)
72          LINKFLAGS="-lkvm -ldevstat"
73          ;;
74 < netbsdelf1.*)
74 > netbsdelf*)
75          AC_DEFINE(ALLBSD, , [Building on a BSD-derived system])
76          AC_DEFINE(NETBSD, , [Building on NetBSD])
77          AM_CONDITIONAL(SETGIDBINS, true)
# Line 79 | Line 79 | netbsdelf1.*)
79          ;;
80   linux-gnu)
81          AC_DEFINE(LINUX, , [Building on GNU/Linux])
82 +        ;;
83 + cygwin)
84 +        AC_DEFINE(LINUX, , [Building on GNU/Linux])
85 +        AC_DEFINE(CYGWIN, , [Building on Cygwin])
86          ;;
87   *)
88          AC_MSG_ERROR([Cannot build on unknown OS: $host_os])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines