Code

Added autogen.sh script that rebuilds using autotools and runs configure
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>
Wed, 12 Mar 2003 17:11:20 +0000 (17:11 +0000)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>
Wed, 12 Mar 2003 17:11:20 +0000 (17:11 +0000)
commit48442b777389cfecb95f07b800d69dbac24130f0
tree89503205708962a022c89c26fc0f5159ec3b9f62
parent46b0e78076a4c712f9c58b4f7804ba50b5895f46
Added autogen.sh script that rebuilds using autotools and runs configure
Modified configure.in to include some debug build option info at the end
of the scripts execution. Can be removed by release time.
Modified configure.in to include a --with-ipv6 option
Default build is without IPv6 support now to enable you need to use the
--with-ipv6 command line option to configure.
Modified plugins/utils.* to use USE_IPV6

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@410 f882894a-f735-0410-b71e-b25c423dba1c
autogen.sh [new file with mode: 0755]
configure.in
plugins/utils.c
plugins/utils.h.in