mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 06:53:03 +00:00
use bootstrap.sh
This commit is contained in:
parent
d1a8316149
commit
409d8e4f56
@ -1,9 +1,9 @@
|
|||||||
2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>
|
2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>>
|
||||||
|
|
||||||
|
* README.NetBSD: use bootstrap.sh instead of autoreconf
|
||||||
|
|
||||||
* bootstrap.sh: new file with just 'autoreconf'
|
* bootstrap.sh: new file with just 'autoreconf'
|
||||||
|
|
||||||
* README.NetBSD: use update-autotools instead of autoreconf
|
|
||||||
|
|
||||||
* update-autotools: print out tool name before invoking to aid debugging
|
* update-autotools: print out tool name before invoking to aid debugging
|
||||||
|
|
||||||
2006-12-08 Paul Jakma <paul.jakma@sun.com>
|
2006-12-08 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
@ -9,7 +9,7 @@ $Id$
|
|||||||
case $1 in
|
case $1 in
|
||||||
|
|
||||||
build)
|
build)
|
||||||
./update-autotools
|
./bootstrap.sh
|
||||||
LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" \
|
LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" \
|
||||||
./configure --prefix=/usr/quagga \
|
./configure --prefix=/usr/quagga \
|
||||||
--sysconfdir=/etc/zebra --localstatedir=/var/run/zebra \
|
--sysconfdir=/etc/zebra --localstatedir=/var/run/zebra \
|
||||||
|
Loading…
Reference in New Issue
Block a user