X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=43ce1d081ba4f7661716500da748174eff7b1a16;hb=c9b33e33867ca101b50d54f36057463ca353ec29;hp=78d4c74167292fb1a5dddaa5441e5668378d980a;hpb=b7bf96996f4db14c75499ddb529d5017893ad294;p=jansson.git diff --git a/configure.ac b/configure.ac index 78d4c74..43ce1d0 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.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