projects
/
yazpp-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:
355215b
)
Removed option --source from yaz++-config script.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Oct 2000 12:21:00 +0000
(12:21 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Oct 2000 12:21:00 +0000
(12:21 +0000)
yaz++-config.in
patch
|
blob
|
history
diff --git
a/yaz++-config.in
b/yaz++-config.in
index
2ba2941
..
385ca00
100644
(file)
--- a/
yaz++-config.in
+++ b/
yaz++-config.in
@@
-1,5
+1,5
@@
#!/bin/sh
-# $Id: yaz++-config.in,v 1.1 2000-10-11 11:58:16 adam Exp $
+# $Id: yaz++-config.in,v 1.2 2000-10-11 12:21:00 adam Exp $
yazppprefix=@prefix@
yaz_echo_cflags=no
yaz_echo_libs=no
@@
-57,9
+57,6
@@
while test $# -gt 0; do
--tabs)
yaz_echo_tabs=yes
;;
- --source)
- yaz_echo_source=yes
- ;;
--lalibs)
yaz_echo_lalibs=yes
;;