From 87c54fa0aeefe21c3cf9ae59ee9b3536a467106f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Mar 2007 09:46:54 +0100 Subject: * bootstrap: Don't use \> in grep regexp. For HP-UX. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 202d227da..eadf9f5cd 100755 --- a/bootstrap +++ b/bootstrap @@ -468,7 +468,7 @@ done # Import from gettext. with_gettext=yes -grep '^[ ]*AM_GNU_GETTEXT_VERSION\>' configure.ac >/dev/null || \ +grep '^[ ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \ with_gettext=no if test $with_gettext = yes; then -- cgit v1.2.3-54-g00ecf