aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-11 03:17:58 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-11 03:17:58 +0000
commita2ab3f8c5a40c724f53e5675c907e2392c724181 (patch)
tree7261273c6ccd56684499d4bd11e92eef8384bd68 /autogen.sh
parent92512bb4a0329df2e0ea7cc8d489be75b81f3241 (diff)
Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patches
to add Axis ethernet vendor ID, use libtoolize in autogen.sh, and provide the very dangerous option of installing ethereal setuid. I've added a "DANGEROUS" comment to the description of the --enable-setuid-install option which displays in "./configure --help". Removed generated files tha old libltdl/.cvsignore brought to my attention by Peter. svn path=/trunk/; revision=1616
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index aabc44039d..139f71ba61 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.7 1999/12/30 21:34:58 guy Exp $
+# $Id: autogen.sh,v 1.8 2000/02/11 03:17:43 gram Exp $
DIE=0
PROJECT="Ethereal"
@@ -33,7 +33,7 @@ PROJECT="Ethereal"
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have libtool 1.3.4 or later installed to compile $PROJECT."
+ echo "You must have libtool 1.3.3 or later installed to compile $PROJECT."
echo "Download the appropriate package for your distribution/OS,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/"
DIE=1
@@ -43,6 +43,8 @@ if test "$DIE" -eq 1 ; then
exit 1
fi
+libtoolize --copy --force
+
if test -z "$*"; then
echo "Running ./configure with no arguments. If you wish to pass any,"
echo "please specify them on the $0 command line."