2 ## This file is part of Pazpar2.
3 ## Process this file with autoconf to produce a configure script.
5 # Autoconf and automake setup
7 AC_INIT([pazpar2],[1.0.6],[pazpar2-help@indexdata.dk])
9 AC_CONFIG_HEADERS(src/cconfig.h)
11 AC_CONFIG_SRCDIR([configure.ac])
12 AC_CONFIG_AUX_DIR([config])
15 AM_INIT_AUTOMAKE([1.9])
22 YAZ_INIT([static threads],[3.0.25])
23 if test -z "$YAZLIB"; then
24 AC_MSG_ERROR([YAZ development libraries missing])
28 AC_CHECK_FUNCS([getaddrinfo])
29 AC_CHECK_ICU([3.6],[ICU_CPPFLAGS="$ICU_CPPFLAGS -D HAVE_ICU=1"])
47 "------------------------------------------------------------------------
51 Source code location: ${srcdir}
52 C Preprocessor: ${CPP}
53 C Preprocessor flags: ${CPPFLAGS}
55 C Compiler flags: ${CFLAGS}
56 Linker flags: ${LDFLAGS}
58 Host System Type: ${host}
59 Install path: ${prefix}
63 YAZ Version: ${YAZVERSION}
64 YAZ Include: ${YAZINC}
65 YAZ La Lib: ${YAZLALIB}
67 ICU Version: ${ICU_VERSION}
68 ICU Include: ${ICU_CPPFLAGS}
70 Bugreport: ${PACKAGE_BUGREPORT}
72 ------------------------------------------------------------------------"
77 dnl sh-basic-offset: 4