summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle J. Tetlie <olet@src.gnome.org>1998-12-05 19:47:57 +0000
committerOle J. Tetlie <olet@src.gnome.org>1998-12-05 19:47:57 +0000
commitd94ef2482a72be4ed7ad70d215cedf13fc487dab (patch)
tree4fe7f0de568324279c57ea6851c9e457a9e1896d
parent5ad64770d4aef248025cfaebc96620be35892bef (diff)
downloadgnome-common-d94ef2482a72be4ed7ad70d215cedf13fc487dab.tar.gz
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
-rw-r--r--macros/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 782f69d..15e6527 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