summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-29 00:13:47 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-29 00:14:25 -0500
commit235336112d9e85a3c1200127b745d43f5e9bfa09 (patch)
tree47c8b00394dca1ec608236cb06c749d16f5a91fe
parent3e32e3c3583e5249394d45f7a1f9bf3156c8d32f (diff)
downloadgzip-235336112d9e85a3c1200127b745d43f5e9bfa09.tar.gz
maint: update from Gnulib
* bootstrap: Copy from Gnulib.
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 9c14d24..1f375ee 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2022-03-21.01; # UTC
+scriptversion=2022-06-04.00; # UTC
# Bootstrap this package from checked-out sources.
@@ -487,7 +487,7 @@ fi
# Die if there is no AC_CONFIG_AUX_DIR($build_aux) line in configure.ac.
found_aux_dir=no
-grep '^[ ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
+grep '^[ ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'])' configure.ac \
>/dev/null && found_aux_dir=yes
grep '^[ ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
>/dev/null && found_aux_dir=yes