6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.11.1, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.11.1) |
9 |
> |
AC_INIT(libstatgrab, 0.13, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.13) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
91 |
|
BIN_PERM="2755" |
92 |
|
LINKFLAGS="-lkvm -ldevstat" |
93 |
|
;; |
94 |
< |
freebsd[[5-6]].*) |
94 |
> |
freebsd[[5-7]].*) |
95 |
|
AC_DEFINE(ALLBSD, , [Building on a BSD-derived system]) |
96 |
|
AC_DEFINE(FREEBSD, , [Building on FreeBSD]) |
97 |
< |
AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x or 6.x]) |
97 |
> |
AC_DEFINE(FREEBSD5, , [Building on FreeBSD 5.x - 7.x]) |
98 |
|
LINKFLAGS="-ldevstat" |
99 |
|
;; |
100 |
|
netbsdelf1*) |
239 |
|
AC_SUBST(BIN_PERM) |
240 |
|
|
241 |
|
# And finish by changing these files |
242 |
< |
AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile]) |
242 |
> |
AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile docs/libstatgrab/Makefile docs/statgrab/Makefile docs/saidar/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile]) |
243 |
|
|
244 |
|
AC_OUTPUT |