From: Greg Troxel Date: Tue, 6 Feb 2007 19:28:28 +0000 (+0000) Subject: autoreconf -i X-Git-Tag: frr-2.0-rc1~2563 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2d70743df14f6e58343e29706acc8a9bc9351c2a;p=mirror%2Ffrr.git autoreconf -i --- diff --git a/ChangeLog b/ChangeLog index 84d44aeed3..f84b8003f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ -2007-02-03 Greg Troxel > +2007-02-06 Greg Troxel + + * bootstrap.sh: use -i to install missing files + +2007-02-03 Greg Troxel * configure.ac: add AC_PROG_SED -2007-02-02 Greg Troxel > +2007-02-02 Greg Troxel * README.NetBSD: use bootstrap.sh instead of autoreconf diff --git a/bootstrap.sh b/bootstrap.sh index db986fd3c6..c0b95d3dd0 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