Build documentation in distcheck-hook
[jansson.git] / configure.ac
index 5d9200c..7256d07 100644 (file)
@@ -1,5 +1,5 @@
-AC_PREREQ([2.63])
-AC_INIT([jansson], [0.1], [petri@digip.org])
+AC_PREREQ([2.59])
+AC_INIT([jansson], [1.1], [petri@digip.org])
 
 AM_INIT_AUTOMAKE([1.10 foreign])
 
@@ -20,7 +20,10 @@ AC_PROG_LIBTOOL
 
 AC_CONFIG_FILES([
         Makefile
+        doc/Makefile
         src/Makefile
         test/Makefile
+        test/testdata/Makefile
+        test/testprogs/Makefile
 ])
 AC_OUTPUT