Documentation now based on Docbook XML/XSLT using xsltproc + Norman Walsh's
[yazpp-moved-to-github.git] / configure.ac
index 6bd70ff..0cef813 100644 (file)
@@ -1,6 +1,6 @@
 dnl YAZ++ Toolkit, Index Data 1994-2006
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.2 2006-03-29 13:14:13 adam Exp $
+dnl $Id: configure.ac,v 1.5 2006-05-26 19:46:37 adam Exp $
 AC_PREREQ(2.59)
 AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
@@ -14,7 +14,7 @@ AC_HEADER_STDC
 AM_DISABLE_SHARED
 AM_PROG_LIBTOOL
 
-YAZ_INIT(threads,2.1.11)
+YAZ_INIT(threads,2.1.18)
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
@@ -39,6 +39,7 @@ AC_OUTPUT([
        zoom/Makefile
        doc/Makefile
        doc/yazpp.xml
-       doc/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl
-        doc/tkl.xsl
+       doc/common/Makefile
+       doc/common/tkl.xsl doc/common/html.xsl doc/common/man.xsl 
+       doc/common/print.dsl doc/common/html.dsl
 ],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config])