X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=4bd6e1797ae7f2ab1fb17a16e8cf47a77652532b;hb=2a4c30ebccbaa08e1ba411d496115c56a8d873ad;hp=d8013614f38d193f2faf0af70e574e1a09618b3d;hpb=b4edc17e33ad611f70f231072bedcd2ab6415476;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index d801361..4bd6e17 100644 --- a/configure.ac +++ b/configure.ac @@ -14,16 +14,18 @@ AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([1.8]) AC_PROG_CC +AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT(libxml2,2.1.44) +YAZ_INIT([static threads],[2.1.50]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC AC_CONFIG_FILES([ + Doxyfile Makefile src/Makefile doc/Makefile @@ -34,3 +36,35 @@ AC_CONFIG_FILES([ ]) AC_OUTPUT + + +echo \ +"------------------------------------------------------------------------ + + Package: ${PACKAGE} + 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} + +------------------------------------------------------------------------" + +dnl Local Variables: +dnl mode:shell-script +dnl sh-indentation:2 +dnl sh-basic-offset: 4 +dnl End: