diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | README.NetBSD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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> diff --git a/README.NetBSD b/README.NetBSD index f3582454..10754815 100755 --- a/README.NetBSD +++ b/README.NetBSD @@ -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 \ |