6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.14, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.14) |
9 |
> |
AC_INIT(libstatgrab, 0.16, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.16) |
11 |
|
AM_MAINTAINER_MODE |
12 |
|
|
13 |
|
# Revision number (automatically updated) |
95 |
|
BIN_PERM="2755" |
96 |
|
LINKFLAGS="-lkvm -ldevstat" |
97 |
|
;; |
98 |
< |
freebsd[[5-7]].*) |
98 |
> |
freebsd[[5-8]].*) |
99 |
|
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
100 |
|
AC_DEFINE(FREEBSD, , [Building on FreeBSD]) |
101 |
< |
AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 7.x]) |
101 |
> |
AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 8.x]) |
102 |
|
LINKFLAGS="-ldevstat" |
103 |
|
;; |
104 |
|
netbsdelf1*) |