summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-12-08 17:09:02 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-02 21:02:55 +0700
commitf32a760fbd40796be0b7e3be41226a82db1748d4 (patch)
tree77d1e927fd1ed47e12304ad527c2ed6fd9e5507b /bootstrap
parenta80878742dfd0f5127c1ddc5f803fab980eb816a (diff)
downloadlibtool-f32a760fbd40796be0b7e3be41226a82db1748d4.tar.gz
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>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index cfcd8cef..c5a18132 100755
--- a/bootstrap
+++ b/bootstrap
@@ -972,7 +972,7 @@ func_require_build_aux ()
# --------------------------
# Try to find whether the bootstrap requires autobuild.
require_buildreq_autobuild=func_require_buildreq_autobuild
-func_require_buildreq_autobuild()
+func_require_buildreq_autobuild ()
{
$debug_cmd
@@ -1041,7 +1041,7 @@ done
# Try to find the minimum compatible version of automake required to
# bootstrap successfully, and add it to `$buildreq'.
require_buildreq_automake=func_require_buildreq_automake
-func_require_buildreq_automake()
+func_require_buildreq_automake ()
{
$debug_cmd