summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 436021f..8287767 100644
--- a/configure.in
+++ b/configure.in
@@ -10,6 +10,11 @@ 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,