From 06e606ded42cacc1bd5397e69f51d9a8aee80928 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 23 Feb 2010 09:37:26 -0700 Subject: [PATCH] bootstrap: improve some comments * build-aux/bootstrap: Drop unneeded emacs hint. Add some clarification comments. Signed-off-by: Eric Blake --- ChangeLog | 4 ++++ build-aux/bootstrap | 15 +++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f03e3f..f47da8c 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 be96444..bd23856 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 address@hidden 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: -- 1.6.6.1