summaryrefslogtreecommitdiff
path: root/README.NetBSD
diff options
context:
space:
mode:
authorGreg Troxel <gdt@fnord.ir.bbn.com>2007-02-02 16:52:38 +0000
committerGreg Troxel <gdt@fnord.ir.bbn.com>2007-02-02 16:52:38 +0000
commitcf4a2bbeeaacbe97e88f737bcd904fbc9cf5e237 (patch)
treefb2e87c21c1335f89a24248530a09d89cf45caf7 /README.NetBSD
parentbc20c1a4638db3b92a2e2f7f4b820e60f30a6146 (diff)
* README.NetBSD: use update-autotools instead of autoreconf
* update-autotools: print out tool name before invoking to aid debugging
Diffstat (limited to 'README.NetBSD')
-rwxr-xr-xREADME.NetBSD4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.NetBSD b/README.NetBSD
index e859728a..f3582454 100755
--- a/README.NetBSD
+++ b/README.NetBSD
@@ -1,6 +1,6 @@
#!/bin/sh
-$Id: README.NetBSD,v 1.1 2005/12/29 15:40:49 gdt Exp $
+$Id$
# This file is helpful for building quagga from cvs on NetBSD, and
# probably on any system using pkgsrc.
@@ -9,7 +9,7 @@ $Id: README.NetBSD,v 1.1 2005/12/29 15:40:49 gdt Exp $
case $1 in
build)
- autoreconf -i -s
+ ./update-autotools
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 \