]> git.ipfire.org Git - collecty.git/blobdiff - configure.ac
psi: Add graph template
[collecty.git] / configure.ac
index 85a07fa07449956bba0016776292d810b9eaee02..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
@@ -60,7 +63,14 @@ AC_PROG_CC_C_O
 AC_PROG_GCC_TRADITIONAL
 
 AC_CHECK_HEADERS_ONCE([
+       errno.h
+       fcntl.h
+       linux/hdreg.h
        mntent.h
+       stdbool.h
+       string.h
+       sys/ioctl.h
+       time.h
 ])
 
 AC_PATH_PROG([XSLTPROC], [xsltproc])