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],[3.0.4])
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
50 "------------------------------------------------------------------------
54 Source code location: ${srcdir}
55 C Preprocessor: ${CPP}
56 C Preprocessor flags: ${CPPFLAGS}
58 C Compiler flags: ${CFLAGS}
59 Linker flags: ${LDFLAGS}
61 Host System Type: ${host}
62 Install path: ${prefix}
66 YAZ Version: ${YAZVERSION}
67 YAZ Include: ${YAZINC}
68 YAZ La Lib: ${YAZLALIB}
70 ICU Version: ${ICU_VERSION}
71 ICU Include: ${ICU_CPPFLAGS}
73 Bugreport: ${PACKAGE_BUGREPORT}
75 ------------------------------------------------------------------------"
80 dnl sh-basic-offset: 4