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$) |
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 |
|
;; |