summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-03 18:17:01 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-03 18:25:10 -0700
commit16469277b36b488b2fc5a4faccedf7b957ca47fb (patch)
tree4c0c6f7579e2bedde62a76030b746b487ac8d250 /bootstrap
parent1e517bf6a293d0323b8840b356e8baf467f4cead (diff)
downloadgrep-16469277b36b488b2fc5a4faccedf7b957ca47fb.tar.gz
build: update bootstrap to gnulib latest
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 9c14d24f..1f375eef 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