X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=c4fe184a3c00a43de75b7bceeab29ea88efafc18;hb=c4d5f5b874a10dfa71915a1e2c64cbe708db92ec;hp=98599ee22de218fff905f1bd92dbe3cb5555da38;hpb=8aab33e33c541a8ac66c031d9b6f7b7f764143ed;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 98599ee..c4fe184 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.8.90], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.9.5], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -153,8 +153,14 @@ AC_CHECK_MEMBER([struct sockaddr_storage.ss_family], #include ]) +AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec]) + +# check where makedev is defined +AC_HEADER_MAJOR + #output AC_CONFIG_FILES([Makefile] + [doc/Makefile] [include/Makefile] [lib/Makefile] [mount/Makefile] @@ -163,6 +169,7 @@ AC_CONFIG_FILES([Makefile] [nsm/Makefile] [portmap/Makefile] [rquota/Makefile] + [utils/Makefile] [examples/Makefile] )