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])
20 YAZ_INIT(libxml2,2.1.50)
21 if test -z "$YAZLIB"; then
22 AC_MSG_ERROR([YAZ development libraries missing])
41 "------------------------------------------------------------------------
45 Source code location: ${srcdir}
46 C Preprocessor: ${CPP}
47 C Preprocessor flags: ${CPPFLAGS}
49 C Compiler flags: ${CFLAGS}
50 Linker flags: ${LDFLAGS}
52 Host System Type: ${host}
53 Install path: ${prefix}
57 YAZ Version: ${YAZVERSION}
58 YAZ Include: ${YAZINC}
59 YAZ La Lib: ${YAZLALIB}
61 Bugreport: ${PACKAGE_BUGREPORT}
63 ------------------------------------------------------------------------"
68 dnl sh-basic-offset: 4