mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
bootstrap: put back missing spaces before parens.
* bootstrap (func_require_buildreq_autobuild) (func_require_buildreq_automake): Vi's delete word command is too greedy and also eats trailing whitespace before following non-word-chars. Put back the spaces it ate so that syntax-checks pass once again. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
a80878742d
commit
f32a760fbd
@ -972,7 +972,7 @@ func_require_build_aux ()
|
|||||||
# --------------------------
|
# --------------------------
|
||||||
# Try to find whether the bootstrap requires autobuild.
|
# Try to find whether the bootstrap requires autobuild.
|
||||||
require_buildreq_autobuild=func_require_buildreq_autobuild
|
require_buildreq_autobuild=func_require_buildreq_autobuild
|
||||||
func_require_buildreq_autobuild()
|
func_require_buildreq_autobuild ()
|
||||||
{
|
{
|
||||||
$debug_cmd
|
$debug_cmd
|
||||||
|
|
||||||
@ -1041,7 +1041,7 @@ done
|
|||||||
# Try to find the minimum compatible version of automake required to
|
# Try to find the minimum compatible version of automake required to
|
||||||
# bootstrap successfully, and add it to `$buildreq'.
|
# bootstrap successfully, and add it to `$buildreq'.
|
||||||
require_buildreq_automake=func_require_buildreq_automake
|
require_buildreq_automake=func_require_buildreq_automake
|
||||||
func_require_buildreq_automake()
|
func_require_buildreq_automake ()
|
||||||
{
|
{
|
||||||
$debug_cmd
|
$debug_cmd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user