]> git.puffer.fish Git - mirror/frr.git/commitdiff
use bootstrap.sh
authorGreg Troxel <gdt@fnord.ir.bbn.com>
Fri, 2 Feb 2007 17:03:03 +0000 (17:03 +0000)
committerGreg Troxel <gdt@fnord.ir.bbn.com>
Fri, 2 Feb 2007 17:03:03 +0000 (17:03 +0000)
ChangeLog
README.NetBSD

index bfbfea8c173dd5fc99716db37eb739ad881a218c..20d4902cce2895c00d532887c7391fce9fdb75d1 100644 (file)
--- 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>
index f3582454cfa43a2d178b4102e43a0e51b453979c..10754815d0ea4e4134fd6504945678837629813a 100755 (executable)
@@ -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 \