From a2ab3f8c5a40c724f53e5675c907e2392c724181 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 11 Feb 2000 03:17:58 +0000 Subject: Add Peter Kjellerstedt '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 --- autogen.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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." -- cgit v1.2.3