X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=9f44adcc219f93fa3fc76d6de0c7af8d6a0f866d;hb=fa33f4e91645cc757624b7b237cbd4fdf5bd8d18;hp=501a1b1b4b0e793298c855dfd6745cf2430d5f11;hpb=a163e5642ee63cbc14ab2d44eadeb15ed167eaed;p=idzebra-moved-to-github.git diff --git a/configure.ac b/configure.ac index 501a1b1..9f44adc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.2 2006-04-05 02:01:21 adam Exp $ +dnl $Id: configure.ac,v 1.10 2006-06-02 10:59:21 adam Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk]) @@ -34,7 +34,7 @@ else fi dnl dnl ------ YAZ -YAZ_INIT($yazflag,2.1.9) +YAZ_INIT($yazflag,2.1.19) YAZ_DOC dnl ----- libXSLT AC_SUBST(XSLT_LIBS) @@ -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="" @@ -347,11 +350,9 @@ AC_OUTPUT([ include/Makefile include/idzebra/Makefile tab/Makefile doc/Makefile - doc/zebra.xml - doc/zebrahtml.dsl - doc/zebraprint.dsl - doc/zebraphp.dsl - doc/tkl.xsl + doc/local.ent + doc/common/Makefile + doc/common/print.dsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/xslt/Makefile test/xpath/Makefile @@ -369,8 +370,50 @@ AC_OUTPUT([ idzebra-config Doxyfile ],[sed s%idzebra_echo_source=yes%idzebra_echo_source=no%g < idzebra-config > util/idzebra-config && chmod +x idzebra-config util/idzebra-config]) + + +echo \ ' +Build and install binaries with the usual + make + make check + make install + +Build distribution tarball with + make dist + +Verify distribution tarball with + make distcheck + +Or just build the Debian packages without configuring + dpkg-buildpackage -rfakeroot +' + if test -z "$YAZLIB"; then echo "YAZ was not found. Use --with-yaz=DIR to specify location." test -f /etc/debian_version && echo "Debian package libyaz-dev is required." fi +echo \ +"------------------------------------------------------------------------ + + ZEBRA Package: ${PACKAGE} + ZEBRA Version: ${VERSION} + Source code location: ${srcdir} + C Preprocessor: ${CPP} + C Preprocessor flags: ${CPPFLAGS} + C Compiler: ${CC} + C Compiler flags: ${CFLAGS} + Linker flags: ${LDFLAGS} + Linked libs: ${LIBS} + 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} + +------------------------------------------------------------------------"