X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=3d6193b5a7f3e86b58c7c12ff2084cafdc77f307;hb=4c01004f98083cefbe51cfa53676e2e0900db491;hp=2aabefdc207b669d23f9e8c3780f6230f79d38b5;hpb=a9af358edd64e859e406d8293af06e0b071ed0cb;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 2aabefd..3d6193b 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.67 2003-02-27 11:33:45 adam Exp $ +dnl $Id: configure.in,v 1.73 2003-04-01 07:48:20 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.7) +AM_INIT_AUTOMAKE(idzebra,1.3.10) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) @@ -207,6 +207,9 @@ else fi fi dnl +dnl ------ -lm +AC_CHECK_LIB(m,sqrt) +dnl dnl ------ EXPAT expat=yes AC_ARG_WITH(expat, [ --with-expat[=DIR] EXPAT library in DIR],[expat=$withval]) @@ -367,6 +370,7 @@ AC_OUTPUT([ doc/zebraphp.dsl doc/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile + test/rusmarc/Makefile test/cddb/Makefile perl/Makefile.PL test/xelm/Makefile test/dmoz/Makefile test/xpath/Makefile test/sort/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile