X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=43ce1d081ba4f7661716500da748174eff7b1a16;hb=56687e9b56e92ea44e3a9c5e90434833edadea36;hp=1ad73a99529acaa307c5d7a9362b271e3f7f5eea;hpb=55d25665395551e711fa7d971cf76c8acf0b17f1;p=jansson.git diff --git a/configure.ac b/configure.ac index 1ad73a9..43ce1d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_PREREQ([2.63]) -AC_INIT([jansson], [1.0.2+], [petri@digip.org]) +AC_PREREQ([2.59]) +AC_INIT([jansson], [1.1.3+], [petri@digip.org]) AM_INIT_AUTOMAKE([1.10 foreign]) @@ -8,6 +8,7 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC +AC_PROG_CXX AC_PROG_LIBTOOL # Checks for libraries. @@ -23,7 +24,8 @@ AC_CONFIG_FILES([ doc/Makefile src/Makefile test/Makefile - test/testdata/Makefile - test/testprogs/Makefile + test/bin/Makefile + test/suites/Makefile + test/suites/api/Makefile ]) AC_OUTPUT