projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e1968
)
* build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.
author
Jim Meyering
<jim@meyering.net>
Sat, 17 Mar 2007 08:58:43 +0000
(08:58 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 17 Mar 2007 08:58:43 +0000
(08:58 +0000)
ChangeLog
patch
|
blob
|
history
build-aux/bootstrap
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 2c2d2bec35607ea644e181ae08f89da5d83bd732..86bc25ae8fa8f8f743e5399dce7378baf4693540 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-03-17 Jim Meyering <jim@meyering.net>
+
+ * build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX.
+
2007-03-16 Alfred M. Szmidt <ams@gnu.org>
* build-aux/bootstrap (with_gettext): New variable. Run autopoint
diff --git
a/build-aux/bootstrap
b/build-aux/bootstrap
index 202d227dabcca481249c87cd10b5f3a7653ebdf4..eadf9f5cd59b54481f99b11c43e34a3c2fd1793d 100755
(executable)
--- a/
build-aux/bootstrap
+++ b/
build-aux/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