From 719a95aa9dca00c83c6da57fbdd5c2ae7acaa1f8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 12 Nov 2009 09:51:54 +0100 Subject: [PATCH] build: bootstrap: add a comment; generalize autoheader check * bootstrap: Sync from gnulib and diff. --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 97300b477..1729d42b0 100755 --- a/bootstrap +++ b/bootstrap @@ -71,6 +71,7 @@ gnulib_modules= gnulib_files= # A function to be called after everything else in this script. +# Override it via your own definition in bootstrap.conf. bootstrap_epilogue() { :; } # The command to download all .po files for a specified domain into @@ -733,7 +734,7 @@ find "$m4_base" "$source_base" \ # Reconfigure, getting other files. # Skip autoheader if it's not needed. -grep '^[ ]*AC_CONFIG_HEADERS\>' configure.ac >/dev/null || +grep -E '^[ ]*AC_CONFIG_HEADERS?\>' configure.ac >/dev/null || AUTOHEADER=true for command in \ -- 2.34.1