X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=4f61f7c28d636f85160313a26a845172858fd4e7;hb=HEAD;hp=beb43f05219b802967b984ba9f46883f28e207dd;hpb=a114ba52f54fa13ec9d14e5db7602ceef16c0157;p=oddments%2Fcollecty.git diff --git a/configure.ac b/configure.ac index beb43f0..00ab07f 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([collecty], - [003], + [004], [info@ipfire.org], [collecty], [http://git.ipfire.org/?p=oddments/collecty.git;a=summary]) @@ -46,7 +46,10 @@ LT_INIT([disable-static]) IT_PROG_INTLTOOL([0.40.0]) -GETTEXT_PACKAGE=collecty +# Interpret embedded Python in HTML files +XGETTEXT="${XGETTEXT} -L Python --keyword=_:1,2 --keyword=N_:1,2 --no-location" + +GETTEXT_PACKAGE=${PACKAGE_TARNAME} AC_SUBST(GETTEXT_PACKAGE) AC_PROG_LN_S