diff options
author | Stef Walter <stef@memberwebs.com> | 2006-11-28 01:53:20 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-11-28 01:53:20 +0000 |
commit | 9791f61c323d2769abfe0e9889b81c52ca1309af (patch) | |
tree | 9f1aa63041c6989c389da46994df076e0106656e /configure.in | |
parent | 85aadabd85dd077ae396724b264f9c2bfa5357b0 (diff) |
Add traffic example
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
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 |