X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=6bc90647ccaeefe591297f982b8603b637ae6741;hb=286823227c8c06e729dd939ec53b124c5c9afbc4;hp=5df7d773ce61057d1004482d0838bb160d4b4ed6;hpb=34fb97998cfeb4ae6f4bc9450c9144bd7572c1f6;p=jansson.git diff --git a/configure.ac b/configure.ac index 5df7d77..6bc9064 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([jansson], [1.1.3], [petri@digip.org]) +AC_INIT([jansson], [1.2], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) @@ -15,15 +15,18 @@ AC_PROG_LIBTOOL # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. +AC_TYPE_INT32_T # Checks for library functions. AC_CONFIG_FILES([ + jansson.pc Makefile doc/Makefile src/Makefile test/Makefile - test/testdata/Makefile - test/testprogs/Makefile + test/bin/Makefile + test/suites/Makefile + test/suites/api/Makefile ]) AC_OUTPUT