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