summaryrefslogtreecommitdiff
path: root/libnet
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-31 16:20:39 -0700
committerSam Roberts <vieuxtech@gmail.com>2009-03-31 16:20:39 -0700
commit11c654e2f0f1ad8987261d412b5689978b989778 (patch)
tree62270dbebdfdee92340b9d7258dc29b098fd9394 /libnet
parent38bfd4b8ae56655a79c42469659955088488edb2 (diff)
downloadlibnet-11c654e2f0f1ad8987261d412b5689978b989778.tar.gz
Changed version to rc2, modified autogen.sh per Stefanos' suggestions, updated ignores.
Diffstat (limited to 'libnet')
-rwxr-xr-xlibnet/autogen.sh5
-rw-r--r--libnet/configure.in2
2 files changed, 4 insertions, 3 deletions
diff --git a/libnet/autogen.sh b/libnet/autogen.sh
index 3cc3a6b..07a4ba9 100755
--- a/libnet/autogen.sh
+++ b/libnet/autogen.sh
@@ -12,10 +12,11 @@ set -x
set -e
rm -fr autom4te.cache
-libtoolize --copy --force
+libtoolize --force
aclocal -I .
autoheader
-automake -a -c --foreign
+automake -a -c --foreign --force
+libtoolize --force
autoconf
rm -fr autom4te.cache
diff --git a/libnet/configure.in b/libnet/configure.in
index 6f794fb..b0cdc60 100644
--- a/libnet/configure.in
+++ b/libnet/configure.in
@@ -6,7 +6,7 @@ dnl All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(libnet, 1.1.3rc1)
+AC_INIT(libnet, 1.1.3rc2)
AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/libnet_build_ip.c])