From: Daiki Ueno Date: Wed, 26 Jun 2013 09:12:48 +0000 (+0900) Subject: autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap. X-Git-Tag: v0.18.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e96c228e31c3694d7a98c869ad760efc841e1f;p=thirdparty%2Fgettext.git autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap. --- 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,