summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-03-09 09:58:35 -0800
committerJim Meyering <meyering@meta.com>2023-03-09 10:01:01 -0800
commit0e272413ec0a8a7a08940bc7328224e9972c718f (patch)
tree49a9fd049392aa8e1dafdc6d84aeacbf8af19cec /build-aux
parent074cf4b3753f2f37927eebdad8ebb1dd74ba057f (diff)
downloadgnulib-0e272413ec0a8a7a08940bc7328224e9972c718f.tar.gz
bootstrap: correct last change
* top/bootstrap-funclib.sh (autogen) [AUTORECONFFLAGS]: Do always apply the --no-recursive option. * build-aux/bootstrap: Regenerate. Spotted by Bruno Haible.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index e634872de1..b1350ff003 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -37,7 +37,7 @@ medir=`dirname "$me"`
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2023-03-09.14; # UTC
+scriptlibversion=2023-03-09.17; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
@@ -1236,6 +1236,7 @@ autogen()
# Invoke autoreconf with --force --install to ensure upgrades of tools
# such as ylwrap.
AUTORECONFFLAGS="--verbose --install --force -I $m4_base $ACLOCAL_FLAGS"
+ AUTORECONFFLAGS="$AUTORECONFFLAGS --no-recursive"
# Tell autoreconf not to invoke autopoint or libtoolize; they were run above.
echo "running: AUTOPOINT=true LIBTOOLIZE=true $AUTORECONF $AUTORECONFFLAGS"