summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-02-11 02:09:06 +0000
committerPádraig Brady <P@draigBrady.com>2015-02-11 03:58:55 +0000
commit7577d1582b583d92c3452ee876e80ed30e58c934 (patch)
tree07bd0537ca38906a0511756931ebe0009fd1b98e /bootstrap
parentf2e499db3908d4e1ef46509fe85e03784ccc2b30 (diff)
downloadcoreutils-7577d1582b583d92c3452ee876e80ed30e58c934.tar.xz
build: update to latest gnulib
This includes a change to require --with-libmount to be used with configure, due to the many libmount dependencies. * bootstrap: Sync with gnulib to exit early on gnulib-tool error. * gl/lib/tempname.c.diff: Adjust for gnulib changes. * gl/lib/tempname.h.diff: Likewise. * gl/modules/tempname: Likewise. * doc/.gitignore: Add new gendocs_template_min gnulib script.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 47a57641c..b0fe79885 100755
--- a/bootstrap
+++ b/bootstrap
@@ -930,7 +930,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 \