X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=e4d99da016ce525cd1a0983e89895e32ffab8e23;hp=ee9471076d5d4f32b5c6ace7cf2c081784800ab1;hb=4f8ea8cfaf2f3d95e4efcf9494526c2b4be43eb8;hpb=2c622539de3e2a0a5e6ca42f20c7f0379901b12d diff --git a/yaz-config.in b/yaz-config.in index ee94710..e4d99da 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.19 2004-01-05 09:45:49 adam Exp $ +# $Id: yaz-config.in,v 1.25 2006-07-06 10:17:51 adam Exp $ yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -15,7 +15,7 @@ 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: