autoreconf -i
diff --git a/ChangeLog b/ChangeLog
index 84d44ae..f84b800 100644
--- 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
diff --git a/bootstrap.sh b/bootstrap.sh
index db986fd..c0b95d3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -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