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