]> git.ipfire.org Git - collecty.git/blobdiff - configure.ac
Makefile: Fix generating man-pages only
[collecty.git] / configure.ac
index 9b540fd6f15f6f1657afe0c564a8c91eaeedc255..4f61f7c28d636f85160313a26a845172858fd4e7 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])
@@ -59,6 +59,17 @@ AC_PROG_CC_C99
 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])
 
 PKG_CHECK_MODULES([OPING], [liboping])