X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=d14e5078ad6f8beaf0b7b34ff37372fbf26dbcb5;hp=e8fb979a54da0154f9e27fefd28c58dd4d18e46c;hb=cd3162337ff8918cd2d997f79ca9da20b8c70855;hpb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6 diff --git a/yaz-config.in b/yaz-config.in index e8fb979..d14e507 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.20 2004-04-28 22:44:58 adam Exp $ +# $Id: yaz-config.in,v 1.27 2007-04-13 10:24:32 adam Exp $ yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -10,12 +10,12 @@ yaz_echo_comp=no yaz_src_root=@YAZ_SRC_ROOT@ yaz_build_root=@YAZ_BUILD_ROOT@ -yazextralibs="@SSL_LIBS@ @LIBS@" +yazextralibs="@LIBS@" YAZVERSION=@VERSION@ usage() { - cat <&2 + usage 1 1>&2 fi if test "$yaz_echo_cflags" = "yes"; then - echo $YAZINC + echo $YAZINC fi if test "$yaz_echo_libs" = "yes"; then - echo $YAZLIB + echo $YAZLIB fi if test "$yaz_echo_lalibs" = "yes"; then - echo $YAZLALIB + echo $YAZLALIB fi if test "$yaz_echo_comp" = "yes"; then - echo $YAZCOMP + echo $YAZCOMP fi +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: