summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xREADME.NetBSD2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bfbfea8c..20d4902c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 \