]> git.proxmox.com Git - mirror_frr.git/commitdiff
autoreconf -i
authorGreg Troxel <gdt@fnord.ir.bbn.com>
Tue, 6 Feb 2007 19:28:28 +0000 (19:28 +0000)
committerGreg Troxel <gdt@fnord.ir.bbn.com>
Tue, 6 Feb 2007 19:28:28 +0000 (19:28 +0000)
ChangeLog
bootstrap.sh

index 84d44aeed377df411e11952884e6b7590049228e..f84b8003f4dfe1a44d5f07fa6887832c56addebc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
-2007-02-03  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>>
+2007-02-06  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>
+
+       * bootstrap.sh: use -i to install missing files
+
+2007-02-03  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>
 
        * configure.ac: add AC_PROG_SED
 
-2007-02-02  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>>
+2007-02-02  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>
 
        * README.NetBSD:  use bootstrap.sh instead of autoreconf
        
index db986fd3c6ffeec6a63378cf8674ee707255604a..c0b95d3dd0b6aa7e6f2ec1ef9fca8add8f26849f 100755 (executable)
@@ -4,4 +4,4 @@
 # and so that those used to the presence of bootstrap.sh or autogen.sh
 # will have an eaiser time.
 
-autoreconf
+autoreconf -i