X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=d2325ab37fe8600b810032c7b3609b40783043cb;hp=1b2560f1ada3a5dd3a879cbf6dd271343be9bed3;hb=bb7daed8b7299999f1c25e4e768e5e510d4b7e98;hpb=7d280285b7dd17c9a71b8d458171f40f35dd6682 diff --git a/yaz-config.in b/yaz-config.in index 1b2560f..d2325ab 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.23 2005-09-09 10:34:09 adam Exp $ +# $Id: yaz-config.in,v 1.24 2006-06-13 15:36:09 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: