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.
diff --git a/ChangeLog b/ChangeLog
index 2287c9f..58893af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2004-09-13 Hasso Tepper <hasso at quagga.net>
* configure.ac: Disable isisd compiling by default.
diff --git a/update-autotools b/update-autotools
index 4e68476..fefab68 100755
--- a/update-autotools
+++ b/update-autotools
@@ -19,5 +19,5 @@
aclocal -I m4
autoheader
autoconf
-libtoolize
+libtoolize -c
automake --foreign