# HG changeset patch # User John W. Eaton # Date 1294992409 18000 # Node ID 817f27bf0216e95508c6b1ac67ad5f72c4bcb210 # Parent 00fe5069b70e8365fb7b623f79a727988ebbf501 fix setting of gnulib default directory in bootstrap script diff -r 00fe5069b70e -r 817f27bf0216 ChangeLog --- a/ChangeLog Fri Jan 14 02:58:24 2011 -0500 +++ b/ChangeLog Fri Jan 14 03:06:49 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-14 John W. Eaton + + * bootstrap (gnulib_path): Set default gnulib path with ${x:=y}, + not ${x=y}. + 2011-01-14 John W. Eaton * bootstrap, bootstrap.conf: Update from gnulib sources. diff -r 00fe5069b70e -r 817f27bf0216 bootstrap --- a/bootstrap Fri Jan 14 02:58:24 2011 -0500 +++ b/bootstrap Fri Jan 14 03:06:49 2011 -0500 @@ -462,7 +462,7 @@ } gnulib_path=`git_modules_config submodule.gnulib.path` -: ${gnulib_path=gnulib} +: ${gnulib_path:=gnulib} # Get gnulib files.