changeset 12899:2481f907ec49

bootstrap: improve some comments * build-aux/bootstrap: Drop unneeded emacs hint. Add some clarification comments. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Tue, 23 Feb 2010 09:37:26 -0700
parents 719f4dba68a8
children ab89e2ae89b9
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-02-23  Eric Blake  <eblake@redhat.com>
 
+	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.
--- 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 <http://www.gnu.org/licenses/>.
 
-# 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 @@
 # die otherwise.
 find_tool ()
 {
-  # Find sha1sum, named gsha1sum on MacPorts.
   find_tool_envvar=$1
   shift
   find_tool_names=$@
@@ -818,7 +825,3 @@
 bootstrap_epilogue
 
 echo "$0: done.  Now you can run './configure'."
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End: