use bootstrap.sh

This commit is contained in:
Greg Troxel 2007-02-02 17:03:03 +00:00
parent d1a8316149
commit 409d8e4f56
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
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'
* README.NetBSD: use update-autotools instead of autoreconf
* update-autotools: print out tool name before invoking to aid debugging
2006-12-08 Paul Jakma <paul.jakma@sun.com>

View File

@ -9,7 +9,7 @@ $Id$
case $1 in
build)
./update-autotools
./bootstrap.sh
LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" \
./configure --prefix=/usr/quagga \
--sysconfdir=/etc/zebra --localstatedir=/var/run/zebra \