6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.4, dev@i-scream.org.uk) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.4) |
9 |
> |
AC_INIT(libstatgrab, 0.4.1, dev@i-scream.org.uk) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.4.1) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
32 |
|
# Checks for library functions |
33 |
|
AC_FUNC_MALLOC |
34 |
|
AC_FUNC_REALLOC |
35 |
+ |
AC_CHECK_FUNCS(atoll) |
36 |
|
|
37 |
|
# Set things up for different OS's |
38 |
|
# We define the name of the OS so the code can act accordingly |