projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f47da3c
)
Fix yaz-config (echo_source not set)
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 5 Oct 2010 13:00:20 +0000
(15:00 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 5 Oct 2010 13:00:20 +0000
(15:00 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
90e4b79
..
a143060
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-424,7
+424,7
@@
Doxyfile
win/version.nsi
include/yaz/yaz-version.h
],[
- sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz-config > util/yaz-config && chmod +x yaz-config util/yaz-config
+ sed s%echo_source=yes%echo_source=no%g < yaz-config > util/yaz-config && chmod +x yaz-config util/yaz-config
]
)