changeset 11522:817f27bf0216

fix setting of gnulib default directory in bootstrap script
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jan 2011 03:06:49 -0500
parents 00fe5069b70e
children fd0a3ac60b0e
files ChangeLog bootstrap
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-14  John W. Eaton  <jwe@octave.org>
+
+	* bootstrap (gnulib_path): Set default gnulib path with ${x:=y},
+	not ${x=y}.
+
 2011-01-14  John W. Eaton  <jwe@octave.org>
 
 	* bootstrap, bootstrap.conf: Update from gnulib sources.
--- a/bootstrap
+++ b/bootstrap
@@ -462,7 +462,7 @@
 }
 
 gnulib_path=`git_modules_config submodule.gnulib.path`
-: ${gnulib_path=gnulib}
+: ${gnulib_path:=gnulib}
 
 # Get gnulib files.