]> git.ipfire.org Git - collecty.git/blobdiff - configure.ac
Makefile: Fix generating man-pages only
[collecty.git] / configure.ac
index 85a07fa07449956bba0016776292d810b9eaee02..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])
@@ -60,7 +60,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])