autogen.sh was accidentally modified with the last checkin. Back out

of the changes.

svn path=/trunk/; revision=6342
This commit is contained in:
Gerald Combs 2002-09-27 02:55:00 +00:00
parent e23851ca23
commit 3f72fbbb25
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
# $Id: autogen.sh,v 1.20 2002/09/26 19:06:40 gerald Exp $
# $Id: autogen.sh,v 1.21 2002/09/27 02:55:00 gerald Exp $
DIE=true
PROJECT="Ethereal"
@ -122,8 +122,7 @@ 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 || exit 1
aclocal $aclocalinclude || exit 1
echo autoheader
autoheader || exit 1
echo automake --add-missing --gnu $am_opt