From: Adam Dickmeiss Date: Wed, 11 Oct 2000 12:21:00 +0000 (+0000) Subject: Removed option --source from yaz++-config script. X-Git-Tag: YAZPP.0.3~67 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=c0519c2ddb1b04a99695b22c70c436283ece4bb8 Removed option --source from yaz++-config script. --- diff --git a/yaz++-config.in b/yaz++-config.in index 2ba2941..385ca00 100644 --- 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 ;;