summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 488100f..7526fc3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(rrdbot, 0.4, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(rrdbot, 0.4)
+AC_INIT(rrdbot, 0.4.90, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(rrdbot, 0.4.90)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
@@ -56,5 +56,6 @@ AC_CONFIG_FILES([Makefile
mibs/Makefile
daemon/Makefile
bsnmp/Makefile
- tools/Makefile])
+ tools/Makefile
+ doc/Makefile])
AC_OUTPUT