summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
Diffstat (limited to 'top')
-rw-r--r--top/bootstrap-funclib.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh
index b6960dd4c6..640f0e2ecc 100644
--- a/top/bootstrap-funclib.sh
+++ b/top/bootstrap-funclib.sh
@@ -1,6 +1,6 @@
# 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.
#
@@ -1199,6 +1199,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"