Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sane_grep: pass "-a" if grep accepts it
[gitweb.git]
/
config.mak.uname
diff --git
a/config.mak.uname
b/config.mak.uname
index 943c43965e68fe39fa6e0ea266c3ac376f6e0125..a7064749fc82617199c26ca27a6715fa51552f61 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-37,6
+37,7
@@
ifeq ($(uname_S),Linux)
HAVE_CLOCK_GETTIME = YesPlease
HAVE_CLOCK_MONOTONIC = YesPlease
HAVE_GETDELIM = YesPlease
+ SANE_TEXT_GREP=-a
endif
ifeq ($(uname_S),GNU/kFreeBSD)
HAVE_ALLOCA_H = YesPlease