X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=7d12e1c6c80410f50830cc473d142677af32ea70;hb=73d4fa8c17d6db74b63d63dd31606f077fab217a;hp=323b51d529012d5b80ebd2619031bf21061403e2;hpb=5e4519258e54dcc9d0cdee606a5f2767613d9546;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 323b51d..7d12e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,13 +17,14 @@ AC_PROG_CC AC_LANG(C) -YAZ_INIT(libxml2,2.1.46) +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 @@ -34,3 +35,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: