removed grs.danbib filter
[idzebra-moved-to-github.git] / configure.ac
index ec34cf5..9f44adc 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.6 2006-05-23 09:41:06 marc Exp $
+dnl $Id: configure.ac,v 1.10 2006-06-02 10:59:21 adam Exp $
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk])
@@ -34,7 +34,7 @@ else
 fi
 dnl
 dnl ------ YAZ
-YAZ_INIT($yazflag,2.1.9)
+YAZ_INIT($yazflag,2.1.19)
 YAZ_DOC
 dnl ----- libXSLT
 AC_SUBST(XSLT_LIBS)
@@ -350,12 +350,9 @@ AC_OUTPUT([
   include/Makefile include/idzebra/Makefile
   tab/Makefile
   doc/Makefile
-  doc/zebra.xml
+  doc/local.ent
   doc/common/Makefile
-  doc/common/html.dsl
-  doc/common/html.xsl
   doc/common/print.dsl
-  doc/common/tkl.xsl
   test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile
   test/xslt/Makefile
   test/xpath/Makefile
@@ -398,11 +395,9 @@ fi
 
 echo \
 "------------------------------------------------------------------------
-Configuration:
 
-  Package:                    ${PACKAGE}
-  Version:                    ${VERSION}
-  Bugreport:                  ${PACKAGE_BUGREPORT}
+  ZEBRA Package:              ${PACKAGE}
+  ZEBRA Version:              ${VERSION}
   Source code location:       ${srcdir}
   C Preprocessor:             ${CPP}
   C Preprocessor flags:       ${CPPFLAGS}
@@ -415,6 +410,10 @@ Configuration:
   Automake:                   ${AUTOMAKE}
   Archiver:                   ${AR}
   Ranlib:                     ${RANLIB}
-
+  YAZ Version:                ${YAZVERSION}
+  YAZ Include:                ${YAZINC}
+  YAZ La Lib:                 ${YAZLALIB}
+  YAZ Lib:                    ${YAZLIB}
+  Bugreport:                  ${PACKAGE_BUGREPORT}
 
 ------------------------------------------------------------------------"