mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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:
parent
fec7d87180
commit
880a41f6f5
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user