aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-26 19:06:43 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-26 19:06:43 +0000
commit1c525cfbf6b6187a89bc7e3f5b47d93ed5a58057 (patch)
tree9817e7b8f1a5650224dd261903fd499b5d4de310 /autogen.sh
parentdf3d1e1f2b8466cd287d766176d5d9e2f141e409 (diff)
Bump the version up to 0.9.7. The countdown begins. Too bad our
releases don't involve explosive bolts like NASA launches do. Bring the ChangeLog and NEWS files up to date to the end of August. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6341 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 634a1ec4e4..6a9e547983 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.19 2002/08/28 12:25:54 jmayer Exp $
+# $Id: autogen.sh,v 1.20 2002/09/26 19:06:40 gerald Exp $
DIE=true
PROJECT="Ethereal"
@@ -122,7 +122,8 @@ for dir in . epan wiretap ; do
aclocal_missing="-I $topdir/aclocal-missing"
aclocalinclude="$ACLOCAL_FLAGS $aclocal_flags $aclocal_missing";
echo aclocal $aclocalinclude
- aclocal $aclocalinclude || exit 1
+# aclocal $aclocalinclude || exit 1
+ aclocal || exit 1
echo autoheader
autoheader || exit 1
echo automake --add-missing --gnu $am_opt