X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=a06405c8071134c94eb39c3f0bd19cd7bd3b550d;hb=30b0750702c320686f4d2c3ae3d8865323626fe3;hp=37a44a3a7d506745280d53d3de9fce76a60e39c3;hpb=dedc4675baf65acb508a1b2b5069d8acf6fe2952;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 37a44a3..a06405c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.4.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.5.0], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -21,11 +21,6 @@ fi # We always want 64 bit file offsets CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" -AC_CHECK_PROG([HAVE_RPCGEN], [rpcgen], [yes], [no]) -if test x$HAVE_RPCGEN != xyes; then - AC_MSG_ERROR([Can not find required program]) -fi - #option: examples AC_ARG_ENABLE([examples], [AC_HELP_STRING([--enable-examples],