X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=23740328a403abd1c58c8053743229116e5e8986;hp=9553d9490a81c1236680b5124d8847c1aff934a7;hb=9471482ee33ba4513858f9bcc654327af4fe1b99;hpb=29410c87550c87533c019efeddb83d527a44ce64 diff --git a/yaz-config.in b/yaz-config.in index 9553d94..2374032 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -9,6 +9,7 @@ includedir=@includedir@ echo_cflags=no echo_libs=no echo_help=no +echo_include=no echo_source=yes echo_lalibs=no echo_comp=no @@ -32,6 +33,7 @@ Options: [--libs] [--lalibs] [--cflags] + [--include] [--comp] [-V] Libraries: @@ -65,6 +67,9 @@ while test $# -gt 0; do --cflags) echo_cflags=yes ;; + --include) + echo_include=yes + ;; --libs) echo_libs=yes ;; @@ -142,7 +147,8 @@ if test "$echo_source" = "yes"; then fi YAZLALIB="$YAZLALIB $LIBS" - YAZINC="-I${src_root}/include $YAZINC" + YAZBINC="-I${src_root}/include" + YAZINC="$YAZBINC $YAZINC" YAZCOMP=${src_root}/util/yaz-asncomp else YAZBIN=${prefix}/bin @@ -154,7 +160,8 @@ else YAZLIB="$YAZLIB $LIBS" YAZLALIB=$YAZLIB if test "$prefix" != "/usr"; then - YAZINC="-I${includedir} $YAZINC" + YAZBINC="-I${includedir}" + YAZINC="$YAZBINC $YAZINC" fi fi @@ -171,6 +178,9 @@ fi if test "$echo_help" = "yes"; then usage 1 1>&2 fi +if test "$echo_include" = "yes"; then + echo $YAZBINC +fi if test "$echo_cflags" = "yes"; then echo $YAZINC fi