]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Patch by Olaf: enhance --enable-fhs.
[netatalk.git] / configure.in
index 43883506fac8877f54f54527d235261fcd822663..4c55d1d1dd0303e39c6ae1bdc9bb2431925acbe4 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.168.2.2 2002-11-11 22:18:45 srittau Exp $
+dnl $Id: configure.in,v 1.168.2.4 2003-01-21 16:23:37 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -257,7 +257,7 @@ fi
 dnl Determine whether or not to use CDB or transactional DB store
 AC_MSG_CHECKING([whether or not to use CNID with Concurrent Data Store])
 AC_ARG_WITH(cdb,
-       [ --with-cdb            enable CNID with Concurrent Data Store],
+       [  --with-cdb              enable CNID with Concurrent Data Store],
        if test "$withval" = "no"; then
            if test "x$did_scheme" != "xcnid"; then
                USE_CDB="no"
@@ -391,9 +391,11 @@ dnl --------------------------------------------------------------------------
 AC_ARG_ENABLE(fhs,
        [  --enable-fhs            use Filesystem Hierarchy Standard (FHS) compatibility],
        if test "$enableval" = "yes"; then
-               uams_path="/usr/lib/netatalk"
+               uams_path="${libdir}/netatalk"
                sysconfdir="/etc"
                PKGCONFDIR=${sysconfdir}/netatalk
+               SERVERTEXT="${PKGCONFDIR}/msg"
+               NLSDIR="${PKGCONFDIR}/nls"
                use_pam_so=yes
                mandir="/usr/share/man"
                AC_DEFINE(FHS_COMPATIBILITY)