6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.10.4, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.10.4) |
9 |
> |
AC_INIT(libstatgrab, 0.11, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.11) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
31 |
|
|
32 |
|
# Checks for library functions |
33 |
|
AC_FUNC_MALLOC |
34 |
– |
AC_FUNC_REALLOC |
34 |
|
AC_CHECK_FUNCS(atoll seteuid setegid setresuid setresgid) |
35 |
|
|
36 |
|
# Disk IO read and write statistics are only present on recent NetBSD. |