X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.in;h=8287767f48a6373c325d15d3eb46fcef082654e0;hp=6d8b6de11f4e28cdb69df7b32ebe2513efb87129;hb=refs%2Ftags%2Fnfs-utils-0-3-2-pre2;hpb=19418a24ea711c66b0f3bf5bd72b3695e4382bc1 diff --git a/configure.in b/configure.in index 6d8b6de..8287767 100644 --- a/configure.in +++ b/configure.in @@ -4,12 +4,17 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="0.2.1" +VERSION="0.3.2" AC_SUBST(VERSION) dnl ************************************************************* dnl * Define the set of applicable options dnl ************************************************************* +AC_ARG_WITH(release, + [ --with-release=XXX set release to XXX [1]], + RELEASE=$withval, + RELEASE=1) + AC_SUBST(RELEASE) AC_ARG_WITH(statedir, [ --with-statedir=/foo use state dir /foo [/var/lib/nfs]], statedir=$withval,