Created Debian package
[xmldoc.git] / configure.ac
index 3dc2db9..e4ae900 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT([xmldoc], [0.8], [arjen@andromeda.nl])
+AC_INIT([xmldoc], [0.10], [arjen@andromeda.nl])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 dnl Checks for programs.
@@ -39,6 +39,6 @@ AC_C_CONST
 
 dnl Checks for library functions.
 
-AC_CONFIG_FILES([Makefile doc/Makefile xml2html xml2latex xml2text xml2wiki])
+AC_CONFIG_FILES([Makefile doc/Makefile test/Makefile xml2html xml2latex xml2text xml2wiki])
 
 AC_OUTPUT