X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=b84a8c52db40c017202669beee7ea43beecbf46a;hb=0672f75b57b9e0fbf56079944fde5b2fc9de27be;hp=98599ee22de218fff905f1bd92dbe3cb5555da38;hpb=c9cc77a538b9062f0b00a26019c6658ca003492e;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 98599ee..b84a8c5 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 @@ -155,6 +155,7 @@ AC_CHECK_MEMBER([struct sockaddr_storage.ss_family], #output AC_CONFIG_FILES([Makefile] + [doc/Makefile] [include/Makefile] [lib/Makefile] [mount/Makefile] @@ -163,6 +164,7 @@ AC_CONFIG_FILES([Makefile] [nsm/Makefile] [portmap/Makefile] [rquota/Makefile] + [utils/Makefile] [examples/Makefile] )