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" |
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]) |