summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-11 16:05:19 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-11 16:05:19 +0000
commitc0fa3841eeebc61b31421ac4fbf455ad7bcd2b05 (patch)
treed597f0145f7e2ad507bcb8cf821e0abcc0007d7b /autogen.sh
parent0d5e441ea07a51a37c90788f84b1462fd1ce32df (diff)
downloadwireshark-c0fa3841eeebc61b31421ac4fbf455ad7bcd2b05.tar.gz
Modified autoconf/automake files for doc subdirectory so that all of
Ethereal can be compiled in a build directory separated from the source directory. svn path=/trunk/; revision=468
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
index 918cd447f9..20a41babf4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.3 1999/08/04 00:21:37 guy Exp $
+# $Id: autogen.sh,v 1.4 1999/08/11 16:05:11 gram Exp $
DIE=0
PROJECT="Ethereal"
@@ -40,14 +40,6 @@ for dir in . wiretap ; do
autoheader; automake --add-missing --gnu $am_opt; autoconf)
done
-for dir in doc; do
- echo processing $dir
- (cd $dir; \
- aclocalinclude="$ACLOCAL_FLAGS"; \
- aclocal $aclocalinclude; \
- autoheader; autoconf)
-done
-
./configure "$@"
echo