aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index ad88e410be..3351c8f91a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.5 1999/08/27 22:27:07 gram Exp $
+# $Id: autogen.sh,v 1.6 1999/08/31 05:51:59 gram Exp $
DIE=0
PROJECT="Ethereal"
@@ -32,7 +32,7 @@ if test -z "$*"; then
echo "please specify them on the $0 command line."
fi
-for dir in . wiretap gtk ; do
+for dir in . wiretap ; do
echo processing $dir
(cd $dir; \
aclocalinclude="$ACLOCAL_FLAGS"; \