bootstrap: fix a quoting error.

* 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>
This commit is contained in:
Gary V. Vaughan 2013-10-29 17:08:49 +13:00
parent fec7d87180
commit 880a41f6f5
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}