From: Greg Troxel Date: Fri, 2 Feb 2007 17:01:58 +0000 (+0000) Subject: Provide 'standard interface', even if it just invokes autoreconf. X-Git-Tag: frr-2.0-rc1~2567 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d1a8316149fb2d9f6e79c80d87b483bd744046e4;p=mirror%2Ffrr.git Provide 'standard interface', even if it just invokes autoreconf. --- diff --git a/ChangeLog b/ChangeLog index a54249d75f..bfbfea8c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-02-02 Greg Troxel > + * 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 diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000000..db986fd3c6 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# This file exists to document the proper way to initialize autotools, +# and so that those used to the presence of bootstrap.sh or autogen.sh +# will have an eaiser time. + +autoreconf