]> git.ipfire.org Git - oddments/collecty.git/blobdiff - configure.ac
Auto-generate POTFILES.in and update translations
[oddments/collecty.git] / configure.ac
index 4f61f7c28d636f85160313a26a845172858fd4e7..00ab07ff264a8caa2ab2f306ed8ac4579ab190da 100644 (file)
@@ -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