From: Greg Troxel Date: Fri, 2 Feb 2007 17:03:03 +0000 (+0000) Subject: use bootstrap.sh X-Git-Tag: frr-2.0-rc1~2566 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=409d8e4f5650a26307067b61a4e9df80f8c03dc3;p=mirror%2Ffrr.git use bootstrap.sh --- diff --git a/ChangeLog b/ChangeLog index bfbfea8c17..20d4902cce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ 2007-02-02 Greg Troxel > + * 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 diff --git a/README.NetBSD b/README.NetBSD index f3582454cf..10754815d0 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 \