X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=aabc855dbcd3e5039e49af90e72f85a5ba780197;hb=fbc4cc60726cfd5cb7c830b51dabb9effa582e7d;hp=4bd6e1797ae7f2ab1fb17a16e8cf47a77652532b;hpb=a9a6da3e904e9a7dd4b5d0351b692e0a58b16c10;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 4bd6e17..aabc855 100644 --- a/configure.ac +++ b/configure.ac @@ -24,10 +24,17 @@ if test -z "$YAZLIB"; then 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} ------------------------------------------------------------------------"