X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=1e6be59368038f9e3e6ca2d1d4ac401eab2fa0bd;hb=b59ec44bffce28192c6408fed838c4d593a17c82;hp=24ed728675aa60f6bb504c37c289685fb779094c;hpb=d688b6f30879dd5fcc0fa0ddf569156edd7969fa;p=ppastats.git diff --git a/configure.ac b/configure.ac index 24ed728..1e6be59 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,10 @@ AM_PROG_CC_C_O # Checks lib build AC_PROG_RANLIB +# Intl support +AM_GNU_GETTEXT_VERSION([0.18.1]) +AM_GNU_GETTEXT([external]) + # Checks for header files. AC_PATH_X AC_CHECK_HEADERS([getopt.h stdio.h stdlib.h string.h sys/stat.h sys/time.h sys/types.h time.h]) @@ -30,11 +34,12 @@ PKG_CHECK_MODULES(JSON, json ) AC_SUBST(JSON_CFLAGS) AC_SUBST(JSON_LIBS) -AC_CONFIG_FILES([ +AC_CONFIG_FILES([ po/Makefile.in Makefile src/Makefile tests/Makefile - www/Makefile + www/footer.tpl + www/Makefile ]) AC_CHECK_PROGS([HELP2MAN], [help2man])