X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz-config.in;h=59bdb1d1a9f6fe4d3e2548b9d48520b0441823f6;hb=ec0f5bdedf10f755541500d9db2a8332dc09039a;hp=7824d02ea439a50337c64672e2c5ac4f047241b6;hpb=c620a713f1418315efcd4e6fab225e036775d365;p=yaz-moved-to-github.git diff --git a/yaz-config.in b/yaz-config.in index 7824d02..59bdb1d 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.16 2003-02-12 15:06:42 adam Exp $ +# $Id: yaz-config.in,v 1.26 2007-02-25 14:46:50 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="@XSLT_LIB@ @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: