summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-07-19 11:43:37 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-07-19 16:23:44 +0200
commitfc7002d2e2baa2e6acbb0da759c78675343b9776 (patch)
treef0dc86e308a11a4b5bdd641c4cdf6dd7fcb44c1c /build-aux/bootstrap
parentcabce6b8f2042e42c2098f7cf18873c61ac7bcd5 (diff)
downloadgnulib-fc7002d2e2baa2e6acbb0da759c78675343b9776.tar.gz
gnu-web-doc-update: check the requirements.
* build-aux/gnu-web-doc-update (find_tool): Import from bootstrap. ($CVS, $CVSU, $GIT, $RSYNC, $XARGS): New. * build-aux/bootstrap (find_tool): Comment change.
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index e00c8bbba0..e3e270b007 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2012-07-10.09; # UTC
+scriptversion=2012-07-19.14; # UTC
# Bootstrap this package from checked-out sources.
@@ -214,6 +214,8 @@ use_git=true
# otherwise find the first of the NAMES that can be run (i.e.,
# supports --version). If found, set ENVVAR to the program name,
# die otherwise.
+#
+# FIXME: code duplication, see also gnu-web-doc-update.
find_tool ()
{
find_tool_envvar=$1