aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-27 22:27:18 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-27 22:27:18 +0000
commite62dfe591bd1482fb68035a38dfdc2e7b9de2c07 (patch)
tree5aeb0fd03bb672d7191b791f86c1006306831f66 /autogen.sh
parent72eb495fab18059c839676c3301ec8b825a3c33b (diff)
Added gtk subdirectory, with patched gtkclist.c in it. We can use this
optimized gtkclist until Guy's changes appear in the offical GTK+. svn path=/trunk/; revision=593
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 20a41babf4..ad88e410be 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.4 1999/08/11 16:05:11 gram Exp $
+# $Id: autogen.sh,v 1.5 1999/08/27 22:27:07 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 ; do
+for dir in . wiretap gtk ; do
echo processing $dir
(cd $dir; \
aclocalinclude="$ACLOCAL_FLAGS"; \