X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=6bc90647ccaeefe591297f982b8603b637ae6741;hb=f284e3c069abcdfc1145e939b0c284910c274d17;hp=78d4c74167292fb1a5dddaa5441e5668378d980a;hpb=b7bf96996f4db14c75499ddb529d5017893ad294;p=jansson.git diff --git a/configure.ac b/configure.ac index 78d4c74..6bc9064 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_PREREQ([2.63]) -AC_INIT([jansson], [1.0.3], [petri@digip.org]) +AC_PREREQ([2.59]) +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