X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=d62c2f0d263d1ebac2830f4fdf871ecd89c293b0;hb=bb4eac07c552975c048b3c3d373b549681376e80;hp=93ac45dc112ec9983e020c3aef1d0a606a9691cc;hpb=b81cd7ee4098ebe5770e4f1f7daca5afc9e82956;p=idzebra-moved-to-github.git diff --git a/configure.ac b/configure.ac index 93ac45d..d62c2f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.4 2006-04-24 13:23:15 marc Exp $ +dnl $Id: configure.ac,v 1.8 2006-05-24 19:12:46 adam Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk]) @@ -265,6 +265,9 @@ if test "$bits" = "64"; then else AC_MSG_RESULT(no) fi +AC_CHECK_SIZEOF([off_t]) +AC_CHECK_SIZEOF([long long]) +AC_CHECK_SIZEOF([long]) dnl ------ Modules AC_SUBST(SHARED_MODULE_LA) SHARED_MODULE_LA="" @@ -351,6 +354,7 @@ AC_OUTPUT([ doc/common/Makefile doc/common/html.dsl doc/common/html.xsl + doc/common/man.xsl doc/common/print.dsl doc/common/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile @@ -395,9 +399,11 @@ fi echo \ "------------------------------------------------------------------------ -Configuration: + ZEBRA Package: ${PACKAGE} + ZEBRA Version: ${VERSION} Source code location: ${srcdir} + C Preprocessor: ${CPP} C Preprocessor flags: ${CPPFLAGS} C Compiler: ${CC} C Compiler flags: ${CFLAGS} @@ -406,5 +412,12 @@ Configuration: Host System Type: ${host} Install path: ${prefix} Automake: ${AUTOMAKE} + Archiver: ${AR} + Ranlib: ${RANLIB} + YAZ Version: ${YAZVERSION} + YAZ Include: ${YAZINC} + YAZ La Lib: ${YAZLALIB} + YAZ Lib: ${YAZLIB} + Bugreport: ${PACKAGE_BUGREPORT} ------------------------------------------------------------------------"