From: Eric Blake Date: Tue, 23 Feb 2010 16:37:26 +0000 (-0700) Subject: bootstrap: improve some comments X-Git-Tag: v0.1~4588 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=06e606ded42cacc1bd5397e69f51d9a8aee80928;hp=7a39fa84206d8d0bb39640895fa48a1c29631b4b;p=gnulib.git bootstrap: improve some comments * build-aux/bootstrap: Drop unneeded emacs hint. Add some clarification comments. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 9f03e3fc6..f47da8cae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-02-23 Eric Blake + bootstrap: improve some comments + * build-aux/bootstrap: Drop unneeded emacs hint. Add some + clarification comments. + gettimeofday: provide correct function * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only when replacement is declared, otherwise provide gettimeofday. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index be96444fd..bd2385619 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -17,7 +17,15 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Written by Paul Eggert. +# Originally written by Paul Eggert. The canonical version of this +# script is maintained as build-aux/bootstrap in gnulib, however, to +# be useful to your project, you should place a copy of it under +# version control in the top-level directory of your project. The +# intent is that all customization can be done with a bootstrap.conf +# file also maintained in your version control; gnulib comes with a +# template build-aux/bootstrap.conf to get you started. + +# Please report bugs or propose patches to bug-gnulib@gnu.org. nl=' ' @@ -161,7 +169,6 @@ vc_ignore=auto # die otherwise. find_tool () { - # Find sha1sum, named gsha1sum on MacPorts. find_tool_envvar=$1 shift find_tool_names=$@ @@ -818,7 +825,3 @@ fi bootstrap_epilogue echo "$0: done. Now you can run './configure'." - -# Local Variables: -# indent-tabs-mode: nil -# End: