X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=28273ecd3c2faa0bc76ac90d23ac0090f7218ef6;hb=refs%2Fheads%2Fv0.0.4;hp=3ab3616018fefee33d5ab5df36474c0f43d7ddbe;hpb=5ed73c995d6fcb5f3b4626bf7ebf609fc52f5d94;p=ppastats.git diff --git a/configure.ac b/configure.ac index 3ab3616..28273ec 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ppastats], [0.0.1],[jeanfi@gmail.com],[ppastats],[http://wpitchoune.net/ppastats]) +AC_INIT([ppastats], [0.0.4],[jeanfi@gmail.com],[ppastats],[http://wpitchoune.net/ppastats]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) @@ -34,6 +34,8 @@ AC_SUBST(JSON_LIBS) AC_CONFIG_FILES([ Makefile src/Makefile + tests/Makefile + www/Makefile ]) AC_CHECK_PROGS([HELP2MAN], [help2man])