6 |
|
# |
7 |
|
|
8 |
|
# Change these to change the package name and version |
9 |
< |
AC_INIT(libstatgrab, 0.5, bugs@i-scream.org) |
10 |
< |
AM_INIT_AUTOMAKE(libstatgrab, 0.5) |
9 |
> |
AC_INIT(libstatgrab, 0.5.1, bugs@i-scream.org) |
10 |
> |
AM_INIT_AUTOMAKE(libstatgrab, 0.5.1) |
11 |
|
|
12 |
|
# Revision number (automatically updated) |
13 |
|
AC_REVISION($Revision$) |
62 |
|
esac |
63 |
|
|
64 |
|
# And finish by changing these files |
65 |
< |
AC_CONFIG_FILES([Makefile src/Makefile docs/Makefile examples/Makefile]) |
65 |
> |
AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index]) |
66 |
|
|
67 |
|
AC_OUTPUT |