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$) |
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]) |
84 |
|
AC_DEFINE(NETBSD, , [Building on NetBSD]) |
85 |
+ |
LINKFLAGS="-lkvm" |
86 |
|
;; |
87 |
|
openbsd*) |
88 |
|
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
89 |
|
AC_DEFINE(OPENBSD, , [Building on OpenBSD]) |
90 |
+ |
LINKFLAGS="-lkvm" |
91 |
|
;; |
92 |
+ |
dragonfly*) |
93 |
+ |
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
94 |
+ |
AC_DEFINE(DFBSD, , [Building on DragonFlyBSD]) |
95 |
+ |
AM_CONDITIONAL(SETGIDBINS, true) |
96 |
+ |
LINKFLAGS="-lkvm -ldevstat" |
97 |
+ |
;; |
98 |
|
linux-gnu) |
99 |
|
AC_DEFINE(LINUX, , [Building on GNU/Linux]) |
100 |
+ |
AM_CONDITIONAL(SETUIDBINS, true) |
101 |
|
;; |
102 |
|
cygwin) |
103 |
|
AC_DEFINE(CYGWIN, , [Building on Cygwin]) |