2 ## Process this file with autoconf to produce a configure script.
4 # Autoconf and automake setup
6 AC_INIT([pazpar2],[0.1],[pazpar2-help@indexdata.dk])
8 AC_CONFIG_HEADERS(src/cconfig.h)
10 AC_CONFIG_SRCDIR([configure.ac])
11 AC_CONFIG_AUX_DIR([config])
14 AM_INIT_AUTOMAKE([1.8])
21 YAZ_INIT([static threads],[2.1.50])
22 if test -z "$YAZLIB"; then
23 AC_MSG_ERROR([YAZ development libraries missing])
28 AC_MSG_WARN([For ICU internationalizing support please install libicu36-dev or similar]))
30 ln -sf ../../js/pz2.js www/example/pz2.js
31 ln -sf ../../../js/pz2.js www/masterkey/js/pz2.js
49 "------------------------------------------------------------------------
53 Source code location: ${srcdir}
54 C Preprocessor: ${CPP}
55 C Preprocessor flags: ${CPPFLAGS}
57 C Compiler flags: ${CFLAGS}
58 Linker flags: ${LDFLAGS}
60 Host System Type: ${host}
61 Install path: ${prefix}
65 YAZ Version: ${YAZVERSION}
66 YAZ Include: ${YAZINC}
67 YAZ La Lib: ${YAZLALIB}
69 ICU Version: ${ICU_VERSION}
70 ICU Include: ${ICU_CPPFLAGS}
72 Bugreport: ${PACKAGE_BUGREPORT}
74 ------------------------------------------------------------------------"
79 dnl sh-basic-offset: 4