X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=9288b1c155a2fa05faceb10017ec8cdb344f8f3d;hb=20379f03fc80f4c2cb52d53103978c8141994c50;hp=52f51b4a335f1830df6645f6ea01512491e19ec9;hpb=1d95217b2f68772857bf7cffc4f1a655e43e80fb;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 52f51b4..9288b1c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.9.1], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.9.3], [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] )