From: Adam Dickmeiss Date: Wed, 11 Oct 2000 12:24:58 +0000 (+0000) Subject: Removed --source option from yaz-config. X-Git-Tag: YAZ.1.8~173 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=10a1b30cd1e5537ef3c60b27f96b36a428ebb390;hp=5682310668a3e9607b5cc55f2ebeac402213f38f Removed --source option from yaz-config. --- diff --git a/yaz-config.in b/yaz-config.in index b047e6d..d7b361c 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.2 2000-10-11 10:40:56 adam Exp $ +# $Id: yaz-config.in,v 1.3 2000-10-11 12:24:58 adam Exp $ yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -58,9 +58,6 @@ while test $# -gt 0; do --tabs) yaz_echo_tabs=yes ;; - --source) - yaz_echo_source=yes - ;; --lalibs) yaz_echo_lalibs=yes ;;