From b5deed33cdf36896fc5efd2cd924e7d2b8fff608 Mon Sep 17 00:00:00 2001 From: "Ole J. Tetlie" Date: Sat, 5 Dec 1998 19:47:57 +0000 Subject: Added --copy option to libtoolize. This stops libtoolize from symlinking config.log to a location that normal users don't have write access to (on my system, at least). svn path=/trunk/; revision=505 --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/autogen.sh') diff --git a/macros/autogen.sh b/macros/autogen.sh index 782f69de14..15e6527403 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -95,7 +95,7 @@ do fi if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then echo "Running libtoolize..." - libtoolize --force + libtoolize --force --copy fi echo "Running aclocal $aclocalinclude ..." aclocal $aclocalinclude -- cgit v1.2.3