aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-27 11:52:51 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-27 11:52:51 +0000
commite6627950fd6770f67261f79003a0be04713d73a8 (patch)
treeb7981ad9ee38091b5c00b70db4589013cc0df808 /autogen.sh
parent44533ccf8ef86e6190a5f1f6615f1b155425725a (diff)
OK, I'm impatient. In case of problems, I'm to blame, not Olivier.
Olivier Biot: Merge epan/configure.in back into configure.in Leave epan/confiugre.in and epan/acinclude.m4 in case we need to undo this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10505 f5534014-38df-0310-8fa8-9805f1628bb7
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 8f4cdb9ae8..1fa3abe44c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.33 2004/03/15 12:21:52 jmayer Exp $
+# $Id: autogen.sh,v 1.34 2004/03/27 11:52:51 jmayer Exp $
DIE=true
PROJECT="Ethereal"
@@ -102,7 +102,7 @@ rm -f config.guess config.sub
mv config.guess.save-libtool config.guess
mv config.sub.save-libtool config.sub
-for dir in . epan wiretap ; do
+for dir in . wiretap ; do
echo processing $dir
(
cd $dir