--tabs option no longer available
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Dec 2002 23:29:00 +0000 (23:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Dec 2002 23:29:00 +0000 (23:29 +0000)
yaz-config.in

index f7117be..efa7398 100644 (file)
@@ -1,10 +1,9 @@
 #!/bin/sh
-# $Id: yaz-config.in,v 1.13 2002-05-13 14:13:37 adam Exp $
+# $Id: yaz-config.in,v 1.14 2002-12-09 23:29:00 adam Exp $
 yazprefix=@prefix@
 yaz_echo_cflags=no
 yaz_echo_libs=no
 yaz_echo_help=no
-yaz_echo_tabs=no
 yaz_echo_source=yes
 yaz_echo_lalibs=no
 yaz_echo_comp=no
@@ -24,7 +23,6 @@ Options:
        [--libs]
        [--lalibs]
        [--cflags]
-       [--tabs]
        [--comp]
 Libraries:
        threads
@@ -62,9 +60,6 @@ while test $# -gt 0; do
     --libs)
       yaz_echo_libs=yes
       ;;
-    --tabs)
-      yaz_echo_tabs=yes
-      ;;
     --lalibs)
       yaz_echo_lalibs=yes
       ;;
@@ -104,7 +99,6 @@ if test "$lib_ssl" = "yes" -a -n "@SSL_LIBS@"; then
 fi
 
 if test "$yaz_echo_source" = "yes"; then
-    YAZTAB=${yaz_src_root}/tab
     YAZBIN=${yaz_build_root}/bin
     YAZLIB="-L${yaz_build_root}/lib/.libs $lyaz $yazextralibs"
     YAZLALIB="${yaz_build_root}/lib/libyaz.la $yazextralibs"
@@ -120,7 +114,6 @@ if test "$yaz_echo_source" = "yes"; then
     YAZINC="-I${yaz_src_root}/include"
     YAZCOMP=${yaz_src_root}/util/yaz-comp
 else
-    YAZTAB=${yazprefix}/share/yaz/tab
     YAZBIN=${yazprefix}/bin
     YAZCOMP=${yazprefix}/bin/yaz-comp
 
@@ -156,9 +149,6 @@ fi
 if test "$yaz_echo_libs" = "yes"; then
        echo $YAZLIB
 fi
-if test "$yaz_echo_tabs" = "yes"; then
-       echo $YAZTAB
-fi
 if test "$yaz_echo_lalibs" = "yes"; then
        echo $YAZLALIB
 fi