X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=a06405c8071134c94eb39c3f0bd19cd7bd3b550d;hb=12106f49081f61243c1b8dc74d2b716c14105f0b;hp=37a44a3a7d506745280d53d3de9fce76a60e39c3;hpb=f816bf4c7641071d83ed2c796c93ce0ddba9b3b4;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],