comparison build-aux/bootstrap @ 13883:ecf0c6bca0c9

maint: keep gnulib under a subrepo
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 17 Nov 2011 21:49:42 -0500
parents e052c36bf14f
children 72c96de7a403
comparison
equal deleted inserted replaced
13881:da929884f51e 13883:ecf0c6bca0c9
167 167
168 # Set this to true in bootstrap.conf to enable --bootstrap-sync by 168 # Set this to true in bootstrap.conf to enable --bootstrap-sync by
169 # default. 169 # default.
170 bootstrap_sync=false 170 bootstrap_sync=false
171 171
172 # Use git to update gnulib sources 172 # Don't use git to update gnulib sources. We keep gnulib under a
173 use_git=true 173 # Mercurial subrepository instead
174 use_git=false
175 GNULIB_SRCDIR=gnulib/
174 176
175 # find_tool ENVVAR NAMES... 177 # find_tool ENVVAR NAMES...
176 # ------------------------- 178 # -------------------------
177 # Search for a required program. Use the value of ENVVAR, if set, 179 # Search for a required program. Use the value of ENVVAR, if set,
178 # otherwise find the first of the NAMES that can be run (i.e., 180 # otherwise find the first of the NAMES that can be run (i.e.,