Change return type for a zebra_add_record + zebra_repository functions to
[idzebra-moved-to-github.git] / configure.ac
index 9d3f17e..d62c2f0 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.5 2006-05-10 14:13:45 adam Exp $
+dnl $Id: configure.ac,v 1.8 2006-05-24 19:12:46 adam Exp $
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk])
@@ -354,6 +354,7 @@ AC_OUTPUT([
   doc/common/Makefile
   doc/common/html.dsl
   doc/common/html.xsl
+  doc/common/man.xsl
   doc/common/print.dsl
   doc/common/tkl.xsl
   test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile
@@ -398,9 +399,11 @@ fi
 
 echo \
 "------------------------------------------------------------------------
-Configuration:
 
+  ZEBRA Package:              ${PACKAGE}
+  ZEBRA Version:              ${VERSION}
   Source code location:       ${srcdir}
+  C Preprocessor:             ${CPP}
   C Preprocessor flags:       ${CPPFLAGS}
   C Compiler:                 ${CC}
   C Compiler flags:           ${CFLAGS}
@@ -409,5 +412,12 @@ Configuration:
   Host System Type:           ${host}
   Install path:               ${prefix}
   Automake:                   ${AUTOMAKE}
+  Archiver:                   ${AR}
+  Ranlib:                     ${RANLIB}
+  YAZ Version:                ${YAZVERSION}
+  YAZ Include:                ${YAZINC}
+  YAZ La Lib:                 ${YAZLALIB}
+  YAZ Lib:                    ${YAZLIB}
+  Bugreport:                  ${PACKAGE_BUGREPORT}
 
 ------------------------------------------------------------------------"