]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: correct last change
authorJim Meyering <meyering@fb.com>
Thu, 9 Mar 2023 17:58:35 +0000 (09:58 -0800)
committerJim Meyering <meyering@meta.com>
Thu, 9 Mar 2023 18:01:01 +0000 (10:01 -0800)
* top/bootstrap-funclib.sh (autogen) [AUTORECONFFLAGS]: Do always
apply the --no-recursive option.
* build-aux/bootstrap: Regenerate.
Spotted by Bruno Haible.

ChangeLog
build-aux/bootstrap
top/bootstrap-funclib.sh

index 16b4eb3170730962843b4272667ad706c0ddd515..98c27d22184fb6723a5f553dc502a50bae3c56ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2023-03-09  Jim Meyering  <meyering@fb.com>
 
+       bootstrap: correct last change
+       * top/bootstrap-funclib.sh (autogen) [AUTORECONFFLAGS]: Do always
+       apply the --no-recursive option.
+       * build-aux/bootstrap: Regenerate.
+
        bootstrap: remove code that accommodated RHEL5's old autoreconf
        * top/bootstrap-funclib.sh (autogen) [AUTORECONFFLAGS]: RHEL5 has not
        been supported since 2017. It included (and this code worked around)
index e634872de12a2df4107eb78b5891fe51c20810cb..b1350ff003d8c9ae7d0a781da0390105e50ea09a 100755 (executable)
@@ -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"
index b6960dd4c62ac3e352d309471e1b99b5711eb01e..640f0e2ecc6fe88089bff51578e045bc502acd4d 100644 (file)
@@ -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"