diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-02 17:03:03 +0000 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-02 17:03:03 +0000 |
commit | 409d8e4f5650a26307067b61a4e9df80f8c03dc3 (patch) | |
tree | d1eedd2bddc7a989c3479eea51844c6a7392bd10 | |
parent | d1a8316149fb2d9f6e79c80d87b483bd744046e4 (diff) |
use bootstrap.sh
-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 \ |