From b0e96c228e31c3694d7a98c869ad760efc841e1f Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 26 Jun 2013 18:12:48 +0900 Subject: [PATCH] autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap. --- ChangeLog | 4 ++++ autogen.sh | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c911b5d21..a342b4f17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-26 Daiki Ueno + + * autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap. + 2013-06-17 Daiki Ueno Embed Gnulib using git submodule. diff --git a/autogen.sh b/autogen.sh index ecd5920b6..f346c42b0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,9 +7,12 @@ # This script requires autoconf-2.62..2.69 and automake-1.11.1..1.12 in the # PATH. # It also requires either -# - the GNULIB_SRCDIR environment variable pointing to the gnulib -# checkout, or -# - the git program in the PATH and an internet connection. +# - the git program in the PATH and an internet connection, or +# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script +# in a gnulib checkout +# The former method is tried first and if it fails, fallback to the +# latter. When git is used, the GNULIB_SRCDIR environment variable is +# also checked as a reference of gnulib checkout. # It also requires # - the bison program, -- 2.47.2