summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-12 09:38:34 +0100
committerJim Meyering <meyering@redhat.com>2009-11-12 09:38:34 +0100
commit8c265a45e54a77003ce754fac893eaf292f7cd6d (patch)
tree8ab03fa798f52c5a0cefcbdc6c03fc7027cc4501 /bootstrap
parent8ec1458ae90b7da54a0d2d476fc70456bf3e7816 (diff)
downloaddiffutils-8c265a45e54a77003ce754fac893eaf292f7cd6d.tar.gz
build: generalize autoheader check
* bootstrap: Look for AC_CONFIG_HEADER as well as AC_CONFIG_HEADERS.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 97300b4..8afbd8e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -733,7 +733,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 \