summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2004-09-27 07:49:57 +0000
committerpaul <paul>2004-09-27 07:49:57 +0000
commita9161ff9a30e2a1c472711ffdd346e7c089d168e (patch)
tree57556f2421f4838b039bc6a54c2ea78b7f27f6a7
parent008730dae310d6e497ec89395fddcf902e66a452 (diff)
downloadquagga-a9161ff9a30e2a1c472711ffdd346e7c089d168e.tar.bz2
quagga-a9161ff9a30e2a1c472711ffdd346e7c089d168e.tar.xz
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.
-rw-r--r--ChangeLog6
-rwxr-xr-xupdate-autotools2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2287c9f8..58893afc 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 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