copy libtool
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Feb 2004 12:09:28 +0000 (12:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Feb 2004 12:09:28 +0000 (12:09 +0000)
Original commit message from CVS:
copy libtool

autogen.sh

index 4a1a407..05315f0 100755 (executable)
@@ -74,7 +74,7 @@ patch -p0 < common/gettext.patch
 if test -f acinclude.m4; then rm acinclude.m4; fi
 tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
 
-tool_run "$libtoolize" "--force"
+tool_run "$libtoolize" "--copy --force"
 tool_run "$autoheader"
 
 # touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo