X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=d76896adccbc7b37d7005457ae293653a716a3b4;hb=728970051cb7420c08c3c4860f09f971880e3244;hp=70e451b0c8fc4f63c5578b036a73623d05a20622;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 70e451b..d76896a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.5.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.6.0], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -93,6 +93,18 @@ AC_CHECK_HEADERS([unistd.h]) dnl Check for sys/ioctl.h AC_CHECK_HEADERS([sys/ioctl.h]) +# check for sys/vfs.h +dnl Check for sys/vfs.h +AC_CHECK_HEADERS([sys/vfs.h]) + +# check for sys/statvfs.h +dnl Check for sys/statvfs.h +AC_CHECK_HEADERS([sys/statvfs.h]) + +# check for netinet/in.h +dnl Check for netinet/in.h +AC_CHECK_HEADERS([netinet/in.h]) + # check for SA_LEN dnl Check if sockaddr data structure includes a "sa_len" AC_CHECK_MEMBER([struct sockaddr.sa_len],