changeset 11579:5c680b69b4e2

bootstrap: update from gnulib sources
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 03:50:36 -0500
parents 06cfda4c07e5
children e306683a7e97
files ChangeLog bootstrap
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 20 03:24:14 2011 -0500
+++ b/ChangeLog	Thu Jan 20 03:50:36 2011 -0500
@@ -1,3 +1,7 @@
+2011-01-20  John W. Eaton  <jwe@octave.org>
+
+	* bootstrap: Update from gnulib sources.
+
 2011-01-20  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac, NEWS: Update for backend -> graphics_toolkit change.
--- a/bootstrap	Thu Jan 20 03:24:14 2011 -0500
+++ b/bootstrap	Thu Jan 20 03:50:36 2011 -0500
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2010-11-20.03; # UTC
+scriptversion=2011-01-14.08; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -462,7 +462,7 @@
 }
 
 gnulib_path=`git_modules_config submodule.gnulib.path`
-: ${gnulib_path:=gnulib}
+test -z "$gnulib_path" && gnulib_path=gnulib
 
 # Get gnulib files.