projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7853112
)
hack to use [,] in regex
author
Marko Kreen
<markokr@gmail.com>
Fri, 7 Sep 2007 12:40:15 +0000
(12:40 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 7 Sep 2007 12:40:15 +0000
(12:40 +0000)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 227c035edd56227b6c8bc7f1920f779dcd31654c..38ea5cbce83b3b0a7f88f01ebb2ce920f5b6eb33 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,10
@@
if test -n "$ASCIIDOC"; then
AC_MSG_CHECKING([for asciidoc version >= 8.2])
ver=`$ASCIIDOC --version 2>&1 | sed -e 's/asciidoc //'`
case "$ver" in
+dnl hack to make possible to use [, ] in regex
+changequote({, })dnl
[0-7].*|8.[01]|8.[01].*)
+changequote([, ])dnl
AC_MSG_RESULT([$ver, too old])
ASCIIDOC=""
;;