From 1a2c3446a39550d3e4e7f3a2407df16a88db5896 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 9 Dec 2001 00:02:44 +0000 Subject: When libtoolizing, *don't* forcibly copy over all the files needed; that will override our versions of "config.guess" and "config.sub", which we don't want. (We don't use "--force" with "automake --add-missing".) svn path=/trunk/; revision=4363 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index ea3b1c64fe..3cb487ea8d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # # Run this to generate all the initial makefiles. # -# $Id: autogen.sh,v 1.13 2000/11/22 04:03:22 gram Exp $ +# $Id: autogen.sh,v 1.14 2001/12/09 00:02:44 guy Exp $ DIE=true PROJECT="Ethereal" @@ -69,7 +69,7 @@ esac $DIE -libtoolize --copy --force || exit 1 +libtoolize --copy || exit 1 if test -z "$*"; then echo "Running ./configure with no arguments. If you wish to pass any," -- cgit v1.2.3