]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: fix a quoting error.
authorGary V. Vaughan <gary@gnu.org>
Tue, 29 Oct 2013 04:08:49 +0000 (17:08 +1300)
committerGary V. Vaughan <gary@gnu.org>
Tue, 29 Oct 2013 04:08:49 +0000 (17:08 +1300)
* gl/build-aux/bootstrap.in (func_require_buildreq_autoconf): Quote
the extracted version number correctly so that it is displayed in
verbose mode.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/bootstrap.in

index f238ca622de5e0dc8750e79bd747b602bdbc0dab..1b16d95ef3d29d91b94e17b9e6ca079eab5b9251 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -3456,7 +3456,7 @@ for tool in autoconf libtoolize autopoint; do
             '$tool' $_G_version http://www.gnu.org/s/'$b'
 "
         func_verbose \
-            "auto-adding '\'$tool'-'$_G_version\'' to build requirements"
+            "auto-adding '\'$tool'-$_G_version'\'' to build requirements"
       }
     }
 
index 649899ad2ffb68fd31d9bb6c35fddefb3d3e3777..e83835cde151c6454afb9f4163f11cd495d98847 100755 (executable)
@@ -1092,7 +1092,7 @@ for tool in autoconf libtoolize autopoint; do
             '$tool' $_G_version http://www.gnu.org/s/'$b'
 "
         func_verbose \
-            "auto-adding '\'$tool'-'$_G_version\'' to build requirements"
+            "auto-adding '\'$tool'-$_G_version'\'' to build requirements"
       }
     }