X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=43ce1d081ba4f7661716500da748174eff7b1a16;hb=c9b33e33867ca101b50d54f36057463ca353ec29;hp=c0a095eb0bbd5a21f39fb8b6a2fe9962ed194d68;hpb=251722d499cc2ec0962580f6cf60ed0acdc5330e;p=jansson.git diff --git a/configure.ac b/configure.ac index c0a095e..43ce1d0 100644 --- a/configure.ac +++ b/configure.ac @@ -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.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,5 +24,8 @@ AC_CONFIG_FILES([ doc/Makefile src/Makefile test/Makefile + test/bin/Makefile + test/suites/Makefile + test/suites/api/Makefile ]) AC_OUTPUT