mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
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:
parent
68defd6ddb
commit
ddb07e5bf4
@ -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>
|
2004-09-13 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
* configure.ac: Disable isisd compiling by default.
|
* configure.ac: Disable isisd compiling by default.
|
||||||
|
@ -19,5 +19,5 @@ echo "UPDATING:"
|
|||||||
aclocal -I m4
|
aclocal -I m4
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
libtoolize
|
libtoolize -c
|
||||||
automake --foreign
|
automake --foreign
|
||||||
|
Loading…
Reference in New Issue
Block a user