X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=7d12e1c6c80410f50830cc473d142677af32ea70;hb=db8e8c5c0ede2c22b9688267c8b88447ee27747a;hp=d8013614f38d193f2faf0af70e574e1a09618b3d;hpb=b4edc17e33ad611f70f231072bedcd2ab6415476;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index d801361..7d12e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -17,13 +17,14 @@ 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 @@ -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: