]> git.puffer.fish Git - mirror/frr.git/commitdiff
2004-09-27 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Mon, 27 Sep 2004 07:49:57 +0000 (07:49 +0000)
committerpaul <paul>
Mon, 27 Sep 2004 07:49:57 +0000 (07:49 +0000)
* 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.

ChangeLog
update-autotools

index 2287c9f8bf08a6144e06110945fad18ae0ccc806..58893afc3e748aa438e83598a1663c7079afeba9 100644 (file)
--- 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.
index 4e68476630f88f87f0425519c551c49ce835f1ec..fefab68b24083bcf0019bcf92472a88f0b3e8d8c 100755 (executable)
@@ -19,5 +19,5 @@ echo "UPDATING:"
 aclocal -I m4
 autoheader
 autoconf
-libtoolize
+libtoolize -c
 automake --foreign