diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-12 09:51:54 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-12 09:51:54 +0100 |
commit | 719a95aa9dca00c83c6da57fbdd5c2ae7acaa1f8 (patch) | |
tree | 464ab111bd5afeb380299192fc3b9e7dad3e4a5e /bootstrap | |
parent | 1313107c5c5d7824067da047e86d79bd7d582051 (diff) | |
download | coreutils-719a95aa9dca00c83c6da57fbdd5c2ae7acaa1f8.tar.xz |
build: bootstrap: add a comment; generalize autoheader check
* bootstrap: Sync from gnulib and diff.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |