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.
This commit is contained in:
paul 2004-09-27 07:49:57 +00:00
parent 68defd6ddb
commit ddb07e5bf4
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -19,5 +19,5 @@ echo "UPDATING:"
aclocal -I m4
autoheader
autoconf
libtoolize
libtoolize -c
automake --foreign