From ddb07e5bf4e16889b0845c83d8a73ebfa435bcba Mon Sep 17 00:00:00 2001
From: paul <paul>
Date: Mon, 27 Sep 2004 07:49:57 +0000
Subject: 2004-09-27 Paul Jakma <paul@dishone.st>

	* update-autotools: libtoolize should copy files, rather than link.
	  the whole idea is that dist files should not need auto*, etc.
	  installed to be able to compile.
---
 update-autotools | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'update-autotools')

diff --git a/update-autotools b/update-autotools
index 4e684766..fefab68b 100755
--- a/update-autotools
+++ b/update-autotools
@@ -19,5 +19,5 @@ echo "UPDATING:"
 aclocal -I m4
 autoheader
 autoconf
-libtoolize
+libtoolize -c
 automake --foreign
-- 
cgit v1.2.1