X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=1417a5697016eabc9df457c2253fd93d4243cbfd;hb=b92603b9fe747df251114bdb8e8cc41fae4305b9;hp=1e237de1a40cb71d878e55c4e6cf54a2ce85db4a;hpb=f56fab8bfe49bb62473a4920a526bc0de1554d22;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 1e237de..1417a56 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([pazpar2],[0.1],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.2],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/cconfig.h) @@ -24,17 +24,20 @@ if test -z "$YAZLIB"; then fi YAZ_DOC +AC_CHECK_FUNCS([getaddrinfo]) 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 +dnl Breaks 'make dist' +dnl ln -sf ../../js/pz2.js www/example/pz2.js +dnl ln -sf ../../../js/pz2.js www/masterkey/js/pz2.js AC_CONFIG_FILES([ Doxyfile Makefile src/Makefile test/Makefile + js/Makefile doc/Makefile doc/local.ent doc/common/Makefile