Merge pull request #43 from plieven/master
[deb_libnfs.git] / configure.ac
index e5b170eb424f6432c0db534d4542f8b85e8e8f9b..cca169934899e927c2b9322148813051a50d5b22 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([libnfs], [1.6.0], [ronniesahlberg@gmail.com])
+AC_INIT([libnfs], [1.8.0], [ronniesahlberg@gmail.com])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign])
 AC_CANONICAL_HOST
@@ -121,6 +121,10 @@ AC_CHECK_HEADERS([sys/statvfs.h])
 dnl Check for sys/socket.h
 AC_CHECK_HEADERS([sys/socket.h])
 
+# check for netinet/tcp.h
+dnl Check for netinet/tcp.h
+AC_CHECK_HEADERS([netinet/tcp.h])
+
 # check for netinet/in.h
 dnl Check for netinet/in.h
 AC_CHECK_HEADERS([netinet/in.h])
@@ -156,6 +160,7 @@ AC_CONFIG_FILES([Makefile]
                 [mount/Makefile]
                 [nfs/Makefile]
                 [nlm/Makefile]
+                [nsm/Makefile]
                 [portmap/Makefile]
                 [rquota/Makefile]
                 [examples/Makefile]