X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=aabc855dbcd3e5039e49af90e72f85a5ba780197;hb=4a2b369869fff4752b4c4e6fa5335cb69121657b;hp=747222d4122501f5b7aab157d3e8b0543cf7b95f;hpb=3dc30c6b32235334cad811769b0794371ca37dad;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 747222d..aabc855 100644 --- a/configure.ac +++ b/configure.ac @@ -18,16 +18,23 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT([static],[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])) + +ln -sf ../../js/pz2.js www/example/pz2.js +ln -sf ../../../js/pz2.js www/masterkey/js/pz2.js + AC_CONFIG_FILES([ Doxyfile Makefile src/Makefile + test/Makefile doc/Makefile doc/local.ent doc/common/Makefile @@ -59,6 +66,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} ------------------------------------------------------------------------"