6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.10.1, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.10.1) |
9 |
> |
AC_INIT(libstatgrab, 0.10.4, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.10.4) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
89 |
|
BIN_PERM="2755" |
90 |
|
LINKFLAGS="-lkvm -ldevstat" |
91 |
|
;; |
92 |
< |
freebsd5.*) |
92 |
> |
freebsd[[5-6]].*) |
93 |
|
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
94 |
|
AC_DEFINE(FREEBSD, , [Building on FreeBSD]) |
95 |
< |
AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x]) |
95 |
> |
AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x or 6.x]) |
96 |
|
LINKFLAGS="-ldevstat" |
97 |
|
;; |
98 |
|
netbsdelf1*) |