X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=7d12e1c6c80410f50830cc473d142677af32ea70;hb=73d4fa8c17d6db74b63d63dd31606f077fab217a;hp=45b5f2231df4d4a5ea76a7051bf9b490d0115449;hpb=41b3d6e76417912fda803543325e1edba21896ba;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 45b5f22..7d12e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,15 +17,53 @@ AC_PROG_CC AC_LANG(C) -YAZ_INIT(libxml2,2.1.44) +YAZ_INIT(libxml2,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 + doc/local.ent + doc/common/Makefile + doc/common/print.dsl + ]) 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: