X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=b84a8c52db40c017202669beee7ea43beecbf46a;hb=ece11036ff6894f7c7d447e7a3d64c0cd49d9aa2;hp=d71a22af7cfb653b77a0a2333b3e541ca0d6e44a;hpb=0a63cc725881cf29ab46bde55b1306ac089b657a;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index d71a22a..b84a8c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.9.2], [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] )