where it didn't handle shadow area file names correctly.
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
* Sebastian Hammer, Adam Dickmeiss
*
* $Log: mfile.c,v $
- * Revision 1.39 2000-05-05 13:48:03 adam
+ * Revision 1.40 2000-10-17 12:37:09 adam
+ * Fixed notification of live-updates. Fixed minor problem with mf_init
+ * where it didn't handle shadow area file names correctly.
+ *
+ * Revision 1.39 2000/05/05 13:48:03 adam
* Fixed locking for metafiles.
*
* Revision 1.38 2000/03/20 19:08:35 adam
/* look at each file */
while ((dent = readdir(dd)))
{
- if (*dent->d_name == '.')
- continue;
- if (sscanf(dent->d_name, "%[^-]-%d.mf", metaname, &number) != 2)
+ int len = strlen(dent->d_name);
+ const char *cp = strrchr (dent->d_name, '-');
+ if (strchr (".-", *dent->d_name))
+ continue;
+ if (len < 5 || !cp || strcmp (dent->d_name + len - 3, ".mf"))
{
- logf (LOG_DEBUG, "bf: %s is not a part-file.", dent->d_name);
- continue;
+ logf (LOG_WARN, "bf: %s is not a part-file.", dent->d_name);
+ continue;
}
+ number = atoi(cp+1);
+ memcpy (metaname, dent->d_name, cp - dent->d_name);
+ metaname[ cp - dent->d_name] = '\0';
+
for (meta_f = ma->mfiles; meta_f; meta_f = meta_f->next)
{
/* known metafile */
fi
- SUBLIBS="../rset/librset.a \
- ../dict/libdict.a \
- ../isamb/libisamb.a \
- ../isams/libisams.a \
- ../isam/libisam.a \
- ../isamc/libisamc.a \
- ../recctrl/librecctrl.a \
- ../bfile/libbfile.a \
- ../dfa/libdfa.a \
- ../util/libutil.a"
else
echo "$ac_t""Zebra" 1>&6
PROGPREFIX=zebra
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
-echo "configure:829: checking for working aclocal" >&5
+echo "configure:819: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
-echo "configure:842: checking for working autoconf" >&5
+echo "configure:832: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
-echo "configure:855: checking for working automake" >&5
+echo "configure:845: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
-echo "configure:868: checking for working autoheader" >&5
+echo "configure:858: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
-echo "configure:881: checking for working makeinfo" >&5
+echo "configure:871: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
fi
- SUBLIBS="../rset/librset.a ../dict/libdict.a ../isams/libisams.a \
- ../recctrl/librecctrl.a \
- ../bfile/libbfile.a ../dfa/libdfa.a \
- ../util/libutil.a"
if test ! -r ${srcdir}/isam; then
mkdir ${srcdir}/isam
touch ${srcdir}/isam/Makefile.in
-
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:928: checking for $ac_word" >&5
+echo "configure:913: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:958: checking for $ac_word" >&5
+echo "configure:943: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1009: checking for $ac_word" >&5
+echo "configure:994: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:1041: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:1026: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
cat > conftest.$ac_ext << EOF
-#line 1052 "configure"
+#line 1037 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:1057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:1083: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1068: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1088: checking whether we are using GNU C" >&5
+echo "configure:1073: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1116: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1101: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1148: checking how to run the C preprocessor" >&5
+echo "configure:1133: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 1163 "configure"
+#line 1148 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1169: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1154: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 1180 "configure"
+#line 1165 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 1197 "configure"
+#line 1182 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1188: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:1239: checking for a BSD compatible install" >&5
+echo "configure:1224: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1294: checking for $ac_word" >&5
+echo "configure:1279: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
# Extract the first word of "yaz-config", so it can be a program name with args.
set dummy yaz-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1349: checking for $ac_word" >&5
+echo "configure:1334: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_yazconfig'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
fi
echo $ac_n "checking for YAZ""... $ac_c" 1>&6
-echo "configure:1385: checking for YAZ" >&5
+echo "configure:1370: checking for YAZ" >&5
if $yazconfig --version >/dev/null 2>&1; then
YAZLIB=`$yazconfig --libs`
- YAZLALIB=`$yazconfig --lalibs`
- YAZINC=`$yazconfig --cflags`
- YAZVERSION=`$yazconfig --version`
+ # if this is empty, it's a simple version YAZ 1.6 script
+ # so we have to source it instead...
+ if test "X$YAZLIB" = "X"; then
+ . $yazconfig
+ else
+ YAZLALIB=`$yazconfig --lalibs`
+ YAZINC=`$yazconfig --cflags`
+ YAZVERSION=`$yazconfig --version`
+ fi
echo "$ac_t""$yazconfig" 1>&6
else
echo "$ac_t""Not found" 1>&6
if test "$enable_threads" = "yes"; then
echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6
-echo "configure:1408: checking for main in -lpthread" >&5
+echo "configure:1399: checking for main in -lpthread" >&5
ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lpthread $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 1416 "configure"
+#line 1407 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
-if { (eval echo configure:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
fi
echo $ac_n "checking for working POSIX Threads""... $ac_c" 1>&6
-echo "configure:1451: checking for working POSIX Threads" >&5
+echo "configure:1442: checking for working POSIX Threads" >&5
cat > conftest.$ac_ext <<EOF
-#line 1453 "configure"
+#line 1444 "configure"
#include "confdefs.h"
#include <pthread.h>
int func(void *p) { return 0; }
int r = pthread_create (&pthread_id, 0, func, 0);
; return 0; }
EOF
-if { (eval echo configure:1464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
thread_ok=yes
else
# Extract the first word of "tclsh", so it can be a program name with args.
set dummy tclsh; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1504: checking for $ac_word" >&5
+echo "configure:1495: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_TCLSH'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
prefix=${saveprefix}
fi
echo $ac_n "checking for Tcl""... $ac_c" 1>&6
-echo "configure:1545: checking for Tcl" >&5
+echo "configure:1536: checking for Tcl" >&5
if test -r ${tclconfig}/tclConfig.sh; then
. ${tclconfig}/tclConfig.sh
if test -r ${tclconfig}/../generic/tcl.h; then
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:1575: checking for $ac_hdr" >&5
+echo "configure:1566: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1580 "configure"
+#line 1571 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
done
echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
-echo "configure:1612: checking for bzCompressInit in -lbz2" >&5
+echo "configure:1603: checking for bzCompressInit in -lbz2" >&5
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lbz2 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 1620 "configure"
+#line 1611 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
bzCompressInit()
; return 0; }
EOF
-if { (eval echo configure:1631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:1663: checking for $ac_hdr" >&5
+echo "configure:1654: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1668 "configure"
+#line 1659 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1673: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
fi
echo $ac_n "checking for LFS""... $ac_c" 1>&6
-echo "configure:1701: checking for LFS" >&5
+echo "configure:1692: checking for LFS" >&5
if test "$cross_compiling" = yes; then
bits=32
else
cat > conftest.$ac_ext <<EOF
-#line 1706 "configure"
+#line 1697 "configure"
#include "confdefs.h"
#define _FILE_OFFSET_BITS 64
#include <unistd.h>
}
EOF
-if { (eval echo configure:1726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
bits=64
else
echo "$ac_t""no" 1>&6
fi
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:1748: checking for ANSI C header files" >&5
+echo "configure:1739: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1753 "configure"
+#line 1744 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1752: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 1778 "configure"
+#line 1769 "configure"
#include "confdefs.h"
#include <string.h>
EOF
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 1796 "configure"
+#line 1787 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
:
else
cat > conftest.$ac_ext <<EOF
-#line 1817 "configure"
+#line 1808 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
exit (0); }
EOF
-if { (eval echo configure:1828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
s%@SET_MAKE@%$SET_MAKE%g
s%@ISZMBOL_TRUE@%$ISZMBOL_TRUE%g
s%@ISZMBOL_FALSE@%$ISZMBOL_FALSE%g
-s%@SUBLIBS@%$SUBLIBS%g
s%@TCL_INCLUDE@%$TCL_INCLUDE%g
s%@TCL_LIB@%$TCL_LIB%g
s%@PROGPREFIX@%$PROGPREFIX%g
dnl Zebra, Index Data Aps, 1994-2000
-dnl $Id: configure.in,v 1.23 2000-10-11 12:31:27 adam Exp $
+dnl $Id: configure.in,v 1.24 2000-10-17 12:37:09 adam Exp $
dnl
AC_INIT(include/zebraver.h)
AC_MSG_CHECKING(for package)
PROGPREFIX=zmbol
AC_DEFINE(ZMBOL,1)
AM_INIT_AUTOMAKE(zmbol,1.1)
- SUBLIBS="../rset/librset.a \
- ../dict/libdict.a \
- ../isamb/libisamb.a \
- ../isams/libisams.a \
- ../isam/libisam.a \
- ../isamc/libisamc.a \
- ../recctrl/librecctrl.a \
- ../bfile/libbfile.a \
- ../dfa/libdfa.a \
- ../util/libutil.a"
else
AC_MSG_RESULT([Zebra])
PROGPREFIX=zebra
AC_DEFINE(ZMBOL,0)
AM_INIT_AUTOMAKE(zebra,1.1)
- SUBLIBS="../rset/librset.a ../dict/libdict.a ../isams/libisams.a \
- ../recctrl/librecctrl.a \
- ../bfile/libbfile.a ../dfa/libdfa.a \
- ../util/libutil.a"
if test ! -r ${srcdir}/isam; then
mkdir ${srcdir}/isam
touch ${srcdir}/isam/Makefile.in
fi
AM_CONDITIONAL(ISZMBOL,test $PACKAGE = zmbol)
dnl ------ Substitutions
-AC_SUBST(SUBLIBS)
AC_SUBST(DEFS)
AC_SUBST(TCL_INCLUDE)
AC_SUBST(TCL_LIB)
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
--- /dev/null
+/*
+ * $Id: isamb.h,v 1.1 2000-10-17 12:37:09 adam Exp $
+ */
+
+#ifndef ISAMB_H
+#define ISAMB_H
+
+#include <bfile.h>
+#include <isamc.h>
+
+typedef struct ISAMB_s *ISAMB;
+
+ISAMB isamb_open (BFiles bfs, const char *name, ISAMC_M method);
+void isamb_close (ISAMB isamb);
+
+#endif
-## $Id: Makefile.am,v 1.3 2000-05-02 11:26:13 adam Exp $
+## $Id: Makefile.am,v 1.4 2000-10-17 12:37:09 adam Exp $
noinst_PROGRAMS = apitest
INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)
-LDADD = @SUBLIBS@ $(YAZLIB) $(TCL_LIB)
+if ISZMBOL
+zmbol_libs = ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a
+else
+zmbol_libs =
+endif
+
+LDADD = \
+ ../rset/librset.a ../dict/libdict.a ../isams/libisams.a \
+ $(zmbol_libs) \
+ ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a \
+ ../util/libutil.a \
+ $(YAZLIB) $(TCL_LIB)
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)
+@ISZMBOL_TRUE@zmbol_libs = ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a
+@ISZMBOL_FALSE@zmbol_libs =
+
+LDADD = ../rset/librset.a ../dict/libdict.a ../isams/libisams.a $(zmbol_libs) ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
-LDADD = @SUBLIBS@ $(YAZLIB) $(TCL_LIB)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
@ISZMBOL_TRUE@lockutil.o lockidx.o zinfo.o invstat.o sortidx.o \
@ISZMBOL_TRUE@compact.o
zmbolidx_LDADD = $(LDADD)
-zmbolidx_DEPENDENCIES =
+@ISZMBOL_FALSE@zmbolidx_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_FALSE@../dict/libdict.a ../isams/libisams.a \
+@ISZMBOL_FALSE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_FALSE@../dfa/libdfa.a ../util/libutil.a
+@ISZMBOL_TRUE@zmbolidx_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_TRUE@../dict/libdict.a ../isams/libisams.a ../isam/libisam.a \
+@ISZMBOL_TRUE@../isamc/libisamc.a ../isamb/libisamb.a \
+@ISZMBOL_TRUE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_TRUE@../dfa/libdfa.a ../util/libutil.a
zmbolidx_LDFLAGS =
@ISZMBOL_TRUE@zmbolsrv_OBJECTS = zserver.o kcompare.o zrpn.o zsets.o \
@ISZMBOL_TRUE@attribute.o recindex.o lockutil.o locksrv.o zinfo.o \
@ISZMBOL_TRUE@trunc.o sortidx.o rank1.o zebraapi.o retrieve.o kinput.o
zmbolsrv_LDADD = $(LDADD)
-zmbolsrv_DEPENDENCIES =
+@ISZMBOL_FALSE@zmbolsrv_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_FALSE@../dict/libdict.a ../isams/libisams.a \
+@ISZMBOL_FALSE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_FALSE@../dfa/libdfa.a ../util/libutil.a
+@ISZMBOL_TRUE@zmbolsrv_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_TRUE@../dict/libdict.a ../isams/libisams.a ../isam/libisam.a \
+@ISZMBOL_TRUE@../isamc/libisamc.a ../isamb/libisamb.a \
+@ISZMBOL_TRUE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_TRUE@../dfa/libdfa.a ../util/libutil.a
zmbolsrv_LDFLAGS =
@ISZMBOL_FALSE@zebraidx_OBJECTS = main.o dir.o dirs.o trav.o extract.o \
@ISZMBOL_FALSE@kinput.o kcompare.o symtab.o recindex.o recstat.o \
@ISZMBOL_FALSE@lockutil.o lockidx.o zinfo.o invstat.o sortidx.o \
@ISZMBOL_FALSE@compact.o
zebraidx_LDADD = $(LDADD)
-zebraidx_DEPENDENCIES =
+@ISZMBOL_FALSE@zebraidx_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_FALSE@../dict/libdict.a ../isams/libisams.a \
+@ISZMBOL_FALSE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_FALSE@../dfa/libdfa.a ../util/libutil.a
+@ISZMBOL_TRUE@zebraidx_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_TRUE@../dict/libdict.a ../isams/libisams.a ../isam/libisam.a \
+@ISZMBOL_TRUE@../isamc/libisamc.a ../isamb/libisamb.a \
+@ISZMBOL_TRUE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_TRUE@../dfa/libdfa.a ../util/libutil.a
zebraidx_LDFLAGS =
@ISZMBOL_FALSE@zebrasrv_OBJECTS = zserver.o kcompare.o zrpn.o zsets.o \
@ISZMBOL_FALSE@attribute.o recindex.o lockutil.o locksrv.o zinfo.o \
@ISZMBOL_FALSE@trunc.o sortidx.o rank1.o zebraapi.o retrieve.o kinput.o
zebrasrv_LDADD = $(LDADD)
-zebrasrv_DEPENDENCIES =
+@ISZMBOL_FALSE@zebrasrv_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_FALSE@../dict/libdict.a ../isams/libisams.a \
+@ISZMBOL_FALSE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_FALSE@../dfa/libdfa.a ../util/libutil.a
+@ISZMBOL_TRUE@zebrasrv_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_TRUE@../dict/libdict.a ../isams/libisams.a ../isam/libisam.a \
+@ISZMBOL_TRUE@../isamc/libisamc.a ../isamb/libisamb.a \
+@ISZMBOL_TRUE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_TRUE@../dfa/libdfa.a ../util/libutil.a
zebrasrv_LDFLAGS =
apitest_OBJECTS = apitest.o kcompare.o zrpn.o zsets.o attribute.o \
recindex.o lockutil.o locksrv.o zinfo.o trunc.o sortidx.o rank1.o \
zebraapi.o retrieve.o kinput.o
apitest_LDADD = $(LDADD)
-apitest_DEPENDENCIES =
+@ISZMBOL_FALSE@apitest_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_FALSE@../dict/libdict.a ../isams/libisams.a \
+@ISZMBOL_FALSE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_FALSE@../dfa/libdfa.a ../util/libutil.a
+@ISZMBOL_TRUE@apitest_DEPENDENCIES = ../rset/librset.a \
+@ISZMBOL_TRUE@../dict/libdict.a ../isams/libisams.a ../isam/libisam.a \
+@ISZMBOL_TRUE@../isamc/libisamc.a ../isamb/libisamb.a \
+@ISZMBOL_TRUE@../recctrl/librecctrl.a ../bfile/libbfile.a \
+@ISZMBOL_TRUE@../dfa/libdfa.a ../util/libutil.a
apitest_LDFLAGS =
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
* Sebastian Hammer, Adam Dickmeiss
*
* $Log: main.c,v $
- * Revision 1.77 2000-09-05 14:04:05 adam
+ * Revision 1.78 2000-10-17 12:37:09 adam
+ * Fixed notification of live-updates. Fixed minor problem with mf_init
+ * where it didn't handle shadow area file names correctly.
+ *
+ * Revision 1.77 2000/09/05 14:04:05 adam
* Updates for prefix 'yaz_' for YAZ log functions.
*
* Revision 1.76 2000/03/20 19:08:36 adam
zebraIndexUnlock();
rval = res_get (common_resource, "shadow");
zebraIndexLock (rGroupDef.bfs, 0, rval);
+ if (rval && *rval)
+ bf_cache (rGroupDef.bfs, rval);
zebraIndexLockMsg ("w");
bf_reset (rGroupDef.bfs);
}
bf_commitClean (rGroupDef.bfs, rval);
}
else
- logf (LOG_LOG, "cothing to commit");
+ logf (LOG_LOG, "nothing to commit");
}
else if (!strcmp (arg, "clean"))
{
* All rights reserved.
*
* $Log: zebraapi.c,v $
- * Revision 1.36 2000-09-06 08:59:36 adam
+ * Revision 1.37 2000-10-17 12:37:09 adam
+ * Fixed notification of live-updates. Fixed minor problem with mf_init
+ * where it didn't handle shadow area file names correctly.
+ *
+ * Revision 1.36 2000/09/06 08:59:36 adam
* Using read-only (for now) for server.
*
* Revision 1.35 2000/07/07 12:49:20 adam
static void zebra_register_unlock (ZebraHandle zh);
+static int zebra_register_activate (ZebraService zh, int rw);
+static int zebra_register_deactivate (ZebraService zh);
+
static int zebra_register_lock (ZebraHandle zh)
{
+ time_t lastChange;
+ int state;
zh->errCode = 0;
zh->errString = 0;
if (!zh->service->active)
zh->errCode = 1019;
return 1;
}
+
#if HAVE_SYS_TIMES_H
times (&zh->tms1);
#endif
+
+ state = zebra_server_lock_get_state(zh->service, &lastChange);
+
+ zebra_server_lock (zh->service, state);
+
+ switch (state)
+ {
+ case 'c':
+ state = 1;
+ break;
+ default:
+ state = 0;
+ }
+ if (zh->service->registerState == state)
+ {
+ if (zh->service->registerChange >= lastChange)
+ return 0;
+ logf (LOG_LOG, "Register completely updated since last access");
+ }
+ else if (zh->service->registerState == -1)
+ logf (LOG_LOG, "Reading register using state %d pid=%ld", state,
+ (long) getpid());
+ else
+ logf (LOG_LOG, "Register has changed state from %d to %d",
+ zh->service->registerState, state);
+ zh->service->registerChange = lastChange;
+
+ zebra_register_deactivate (zh->service);
+
+ zh->service->registerState = state;
+
+ zebra_register_activate (zh->service, 0);
return 0;
}
+
static void zebra_register_unlock (ZebraHandle zh)
{
+ if (zh->service->registerState != -1)
+ zebra_server_unlock (zh->service, zh->service->registerState);
#if HAVE_SYS_TIMES_H
times (&zh->tms2);
logf (LOG_LOG, "user/system: %ld/%ld",
zebra_mutex_cond_unlock (&zs->session_lock);
- logf(LOG_APP,"CONNECT:");
-
return zh;
}
-static int zebra_register_activate (ZebraService zh, int rw);
-static int zebra_register_deactivate (ZebraService zh);
ZebraService zebra_start (const char *configName)
{
zh->configName = xstrdup(configName);
zh->sessions = 0;
zh->stop_flag = 0;
- zh->active = 0;
+ zh->active = 1;
+
+ zh->registerState = -1;
+ zh->registerChange = 0;
+
+ if (!(zh->res = res_open (zh->configName)))
+ {
+ logf (LOG_WARN, "Failed to read resources `%s'", zh->configName);
+ return zh;
+ }
+ zebra_chdir (zh);
+ zebra_server_lock_init (zh);
zebra_mutex_cond_init (&zh->session_lock);
- zebra_register_activate (zh, 0);
return zh;
}
static int zebra_register_activate (ZebraService zh, int rw)
{
- if (zh->active)
+ if (zh->active > 1)
return 0;
- yaz_log (LOG_LOG, "zebra_register_activate");
- if (!(zh->res = res_open (zh->configName)))
- {
- logf (LOG_WARN, "Failed to read resources `%s'", zh->configName);
- return -1;
- }
- zebra_chdir (zh);
+ yaz_log (LOG_LOG, "zebra_register_activate shadow=%s",
+ zh->registerState ? "yes" : "no");
+
zh->dh = data1_create ();
if (!zh->dh)
return -1;
return -1;
}
bf_lockDir (zh->bfs, res_get (zh->res, "lockDir"));
+ bf_cache (zh->bfs, zh->registerState ? res_get (zh->res, "shadow") : NULL);
data1_set_tabpath (zh->dh, res_get(zh->res, "profilePath"));
- zh->registerState = -1; /* trigger open of registers! */
- zh->registerChange = 0;
zh->recTypes = recTypes_init (zh->dh);
recTypes_default_handlers (zh->recTypes);
logf (LOG_WARN, "Cannot obtain EXPLAIN information");
return -1;
}
- zh->active = 1;
+ zh->active = 2;
yaz_log (LOG_LOG, "zebra_register_activate ok");
return 0;
}
void zebra_admin_shutdown (ZebraHandle zh)
{
+ zebra_register_lock (zh);
zebraExplain_flush (zh->service->zei, 1, zh);
extract_index (zh);
+ zebra_register_unlock (zh);
zebra_mutex_cond_lock (&zh->service->session_lock);
zh->service->stop_flag = 1;
if (!zh->service->sessions)
zebra_register_deactivate(zh->service);
+ zh->service->active = 0;
zebra_mutex_cond_unlock (&zh->service->session_lock);
}
zh->errCode = 0;
zebra_mutex_cond_lock (&zs->session_lock);
if (!zs->stop_flag)
- zebra_register_activate(zs, 0);
+ zh->service->active = 1;
zebra_mutex_cond_unlock (&zs->session_lock);
}
static int zebra_register_deactivate (ZebraService zh)
{
zh->stop_flag = 0;
- if (!zh->active)
+ if (zh->active <= 1)
return 0;
yaz_log(LOG_LOG, "zebra_register_deactivate");
zebra_chdir (zh);
if (zh->passwd_db)
passwd_db_close (zh->passwd_db);
- res_close (zh->res);
- zh->active = 0;
+ zh->active = 1;
return 0;
}
zebra_mutex_cond_destroy (&zh->session_lock);
zebra_register_deactivate(zh);
+ res_close (zh->res);
xfree (zh->configName);
xfree (zh);
}
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
-#if 0
+
+#include <yaz/xmalloc.h>
#include <isamb.h>
-ISAMB isamb_open (const char *name, ISAMC_M method)
+struct ISAMB_s {
+ BFiles bfs;
+ ISAMC_M method;
+};
+
+typedef unsigned char *Bpage;
+
+ISAMB isamb_open (BFiles bfs, const char *name, ISAMC_M method)
{
ISAMB isamb = xmalloc (sizeof(*isamb));
+
+ isamb->bfs = bfs;
+ isamb->method = (ISAMC_M) xmalloc (sizeof(*method));
+ memcpy (isamb->method, method, sizeof(*method));
return isamb;
}
-int isamb_insert (ISAMB is, ISAMB_pos *pos, const void *data)
+void isamb_close (ISAMB isamb)
{
- void *decodeClientData;
+ xfree (isamb->method);
+ xfree (isamb);
+}
- void *page;
- if (*pos == 0)
- {
- *pos = isamb_alloc_block (is, isamb->block_size[0], &page);
- isamb_page_set_leaf (page);
- isamb_page_set_no (page, 0);
- }
- else /* find leaf ... */
+#if 0
+/* read page at pos */
+void isamb_get_block (ISAMB is, ISAMB_pos pos, Bpage *page)
+{
+}
+
+/* alloc page */
+ISAMB_pos isamb_alloc_block (ISAMB is, int block_size, Bpage *page)
+{
+}
+
+#define isamb_page_set_leaf (p) 0[p] = 1
+#define isamb_page_set_noleaf (p) 0[p] = 0
+#define isamb_page_datalist (4+p)
+
+static void isamb_page_set_no(Bpage page, int no)
+{
+ page[1] = no & 255;
+ page[2] = (no >> 8) & 255;
+ page[3] = (no >> 16) & 255;
+}
+
+static int isamb_page_get_no(Bpage page)
+{
+ return page[1] + 256*page[2] + 65536*page[3];
+}
+
+void isamb_insert_sub(ISAMB is, ISAMB_pos *pos, const void *data)
+{
+ const char *src;
+ char dst[200];
+ int no, i;
+
+ isamb_get_block (is, *pos, &page);
+ if (!isamb_page_isleaf (page))
{
- const char *src;
- char dst[200];
- int no, i;
- while (1)
+ ISAMB_pos subptr;
+ src = isamb_page_datalist (page);
+ no = isamb_page_get_no (page);
+ decodeClientData = (*is->method->code_start)(ISAMC_DECODE);
+
+ isamb_read_subptr (&subptr, &src);
+ for (i = 0; i<no; i++)
{
- ISAMB_pos subptr;
+ const char *src0 = src;
- isamb_get_block (is, *pos, &page);
- if (isamb_page_isleaf (page))
+ (*is->method->code_item)(ISAMC_DECODE, decodeClientData,
+ dst, &src);
+ if ((*is->method->compare_item)(data, dst) < 0)
break;
- src = isamb_page_datalist (page);
- no = isamb_page_get_no (page);
- decodeClientData = (*is->method->code_start)(ISAMC_DECODE);
-
- isamb_read_subptr (&subptr, &src);
- for (i = 0; i<no; i++)
- {
- const char *src0 = src;
-
- (*is->method->code_item)(ISAMC_DECODE, decodeClientData,
- dst, &src);
- if ((*is->method->compare_item)(data, dst) < 0)
- break;
-
- isamb_read_subptr (&subptr, src);
- }
- *pos = subptr;
- (*is->method->code_stop)(ISAMC_DECODE, decodeClientData);
+
+ isamb_read_subptr (&subptr, src);
}
+ isamb_insert_sub (is, subptr, data);
+ *pos = subptr;
+ (*is->method->code_stop)(ISAMC_DECODE, decodeClientData);
+ }
+ else
+ {
src = isamb_page_datalist (page);
no = isamb_page_get_no (page);
decodeClientData = (*is->method->code_start)(ISAMC_DECODE);
}
}
}
+/* insert data(input) in table is(input) at pos(input/output) */
+int isamb_insert (ISAMB is, ISAMB_pos *pos, const void *data)
+{
+ void *decodeClientData;
+
+ Bpage page;
+ if (*pos == 0)
+ {
+ *pos = isamb_alloc_block (is, 1024, &page);
+ isamb_page_set_leaf (page);
+ isamb_page_set_no (page, 0);
+ }
+ else /* find leaf ... */
+ {
+ isamb_insert_sub (is, pos, const void *data);
+
+ }
+}
#endif
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@
PACKAGE = @PACKAGE@
PROGPREFIX = @PROGPREFIX@
RANLIB = @RANLIB@
-SUBLIBS = @SUBLIBS@
TCL_INCLUDE = @TCL_INCLUDE@
TCL_LIB = @TCL_LIB@
VERSION = @VERSION@