summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2015-10-17 13:48:18 -0700
committerJim Meyering <meyering@fb.com>2015-10-17 21:06:17 -0700
commit7da307031e2d8e66016c67f04afbc543ffd65f16 (patch)
treec79855285441c752b0aff150dcc673f430aba653 /bootstrap
parentd34269c09dffc4dae884fc1fc63384c6ef706a1d (diff)
downloadgrep-7da307031e2d8e66016c67f04afbc543ffd65f16.tar.gz
gnulib: update to latest; also bootstrap and tests/init.sh
* bootstrap: Update from gnulib. * tests/init.sh: Likewise. * gnulib: Update submodule to latest.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 2fdf2674..e72894c1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -915,7 +915,8 @@ if test $use_libtool = 1; then
esac
fi
echo "$0: $gnulib_tool $gnulib_tool_options --import ..."
-$gnulib_tool $gnulib_tool_options --import $gnulib_modules &&
+$gnulib_tool $gnulib_tool_options --import $gnulib_modules \
+ || die "gnulib-tool failed"
for file in $gnulib_files; do
symlink_to_dir "$GNULIB_SRCDIR" $file \