X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.in;h=0fd822c101612ba9585a6a01827503ca14693c64;hb=84667651230fe801a73274c5f95e9f7c8bf0813a;hp=81bf02e25e953e2f8e2c64784b690b5ba0b606d5;hpb=7a1456252a76dea54f0c4204f510b82b6457f3bc;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 81bf02e..0fd822c 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,10 @@ dnl IR toolkit for tcl/tk dnl (c) Index Data 1995 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.4 1995-06-22 13:46:53 adam Exp $ -AC_INIT(README) -AC_PROG_CC +dnl $Id: configure.in,v 1.6 1995-06-29 14:06:26 adam Exp $ +AC_INIT(ir-tcl.h) +CC=${CC-cc} +AC_SUBST(CC) AC_PROG_RANLIB AC_PROG_INSTALL checkBoth=0 @@ -34,10 +35,12 @@ AC_ARG_WITH(yazdir,[ --with-yazdir Yaz directory], [YAZDIR=$withval]) if test "$YAZDIR" = "yes"; then YAZDIR="../yaz-1.0b" elif test "$YAZDIR" = ""; then - YAZDIR="../yaz-1.0b" - if test -d "../yaz"; then - YAZDIR="../yaz" - fi + YAZDIR="../yaz" + for i in ../yaz-1.0b3 ../yaz-1.0b2 ../yaz-1.0b1 ../yaz-1.0b ../yaz; do + if test -d $i; then + YAZDIR=$i + fi + done fi AC_MSG_RESULT($YAZDIR) if test ! -d $YAZDIR; then @@ -123,7 +126,7 @@ if test "$XLIBSW" = nope ; then fi AC_SUBST(XLIBSW) AC_SUBST(TKLIB) -AC_CHECK_LIB(tk, Tk_MainLoop, tkFound=1, tkFound=0, $TCLLIB $XLIBSW -lm) +AC_CHECK_LIB(tk, main, tkFound=1, tkFound=0, $TCLLIB $XLIBSW -lm) if test "$tkFound" = 1; then TKLIB=-ltk else