X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=afde805ed325bf2e7e5caba8f5ff9e8d1f2a1b98;hb=e312b2e240a26e6b4659eb354a7614c822553f57;hp=ef5d4357a0acd98a5632072702e7c684534c6fe9;hpb=e3e153b62a8154aa38106455605c91718a7654e8;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index ef5d4357a..afde805ed 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ AC_PREREQ(2.52) -AC_INIT([Citadel/UX], [6.02], [http://uncensored.citadel.org/]) +AC_INIT([Citadel/UX], [6.15], [http://uncensored.citadel.org/]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) @@ -17,7 +17,7 @@ AC_ARG_ENABLE(chkpwd, [ --disable-chkpwd don't build 'chkpwd']) AC_ARG_ENABLE(threaded-client, [ --disable-threaded-client disable multithreaded client]) -AC_ARG_ENABLE(pie, [ --enable-pie don't build position-independent executables]) +AC_ARG_ENABLE(pie, [ --enable-pie build position-independent executables]) AC_ARG_WITH(pam, [ --with-pam use PAM if present (see PAM.txt before you try this)]) AC_ARG_WITH(kthread, [ --with-kthread use kernel threads (on FreeBSD) (not recommended yet)])