X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=cc99622968bebc43053839b1b1071ab3b09b97b8;hb=b1e27ac647d3f28b773603157077a9d55e5ec3eb;hp=05605c2bd5a8dcb7893c347351f3a020500e5b1e;hpb=0a5aa3b65fe14789bcada545a0e399545725d1ff;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 05605c2..cc99622 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.68 2003-02-28 12:33:38 oleg Exp $ +dnl $Id: configure.in,v 1.71 2003-03-26 22:22:17 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.7) +AM_INIT_AUTOMAKE(idzebra,1.3.8) 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]) @@ -366,7 +369,8 @@ AC_OUTPUT([ doc/zebraprint.dsl doc/zebraphp.dsl doc/tkl.xsl - test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/rusmarc/Makefile + 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