]> git.ipfire.org Git - oddments/collecty.git/blobdiff - configure.ac
psi: Add graph template
[oddments/collecty.git] / configure.ac
index beb43f05219b802967b984ba9f46883f28e207dd..00ab07ff264a8caa2ab2f306ed8ac4579ab190da 100644 (file)
@@ -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