X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=57554c55c11b621ede8b405e147e25ddc9af3c0e;hb=1d39a34e871d67a1c734dea8bd3ebc2e33838393;hp=7d12e1c6c80410f50830cc473d142677af32ea70;hpb=cb8d8c6915f8450746e8929802231e177f7284d3;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 7d12e1c..57554c5 100644 --- a/configure.ac +++ b/configure.ac @@ -14,19 +14,24 @@ AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([1.8]) AC_PROG_CC +AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT(libxml2,2.1.50) +YAZ_INIT([static threads],[2.1.50]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi YAZ_DOC +AC_CHECK_ICU(3.6, [], + AC_MSG_WARN([For ICU internationalizing support please install libicu36-dev or similar])) + AC_CONFIG_FILES([ Doxyfile Makefile src/Makefile + test/Makefile doc/Makefile doc/local.ent doc/common/Makefile @@ -58,6 +63,9 @@ echo \ YAZ Include: ${YAZINC} YAZ La Lib: ${YAZLALIB} YAZ Lib: ${YAZLIB} + ICU Version: ${ICU_VERSION} + ICU Include: ${ICU_CPPFLAGS} + ICU Lib: ${ICU_LIBS} Bugreport: ${PACKAGE_BUGREPORT} ------------------------------------------------------------------------"