]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
CNID/DID patch from Uwe Hees (moderately tested)
[netatalk.git] / configure.in
index 60ac163f552c672a3dbaa4662557fb867b1c653b..4889aa00c9943ad75b541c1eab74728e9961f47c 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.95 2001-08-09 16:54:57 samnoble Exp $
+dnl $Id: configure.in,v 1.96 2001-08-14 14:00:08 rufustfirefly Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -231,20 +231,28 @@ AC_ARG_ENABLE(dropkludge,
 
 AC_ARG_ENABLE(force-uidgid,
        [  --enable-force-uidgid   allow forcing of uid/gid per volume (BROKEN) ],
-       if test "$enableval" = "yes"; then 
+       if test "$enableval" = "yes"; then
                AC_DEFINE(FORCE_UIDGID, 1)
                AC_MSG_RESULT([enabling forcing of uid/gid per volume])
        fi
 )
 
+AC_ARG_ENABLE(cnid-db,
+       [  --enable-cnid-db   use persistent cnid database per volume (EXPERIMENTAL) ],
+       if test "$enableval" = "yes"; then
+               AC_DEFINE(CNID_DB, 1)
+               AC_MSG_RESULT([using persistent cnid database per volume])
+       fi
+)
+
 AC_ARG_WITH(did,
        [  --with-did=[scheme]     set DID scheme (last,mtab)],
        if test "x$withval" != "xno" ; then
-               if test "$withval" = "last"; then 
+               if test "$withval" = "last"; then
                        AC_DEFINE(USE_LASTDID, 1)
                        AC_MSG_RESULT([enabling build without DID dev/inode mapping kludge])
                fi
-               if test "$withval" = "mtab"; then 
+               if test "$withval" = "mtab"; then
                        AC_DEFINE(DID_MTAB, 1)
                        AC_MSG_RESULT([enabling mtab-based DID creation support])
                fi
@@ -275,11 +283,11 @@ AC_ARG_WITH(pam,
        compile_pam=no
        use_pam_so=no
        AC_DEFINE(USE_PAM, 0)
-       AC_MSG_RESULT([Disabling pam modules support])
+       AC_MSG_RESULT([disabling pam modules support])
 )
 if test "x$compile_pam" = "xyes"; then
        use_pam_so=yes
-       AC_MSG_RESULT([Enabling pam modules support])
+       AC_MSG_RESULT([enabling pam modules support])
 fi
 
 shadowpw=no
@@ -630,7 +638,7 @@ AC_ARG_ENABLE(pgp-uam,
 dnl --------------------- check for building Kerberos v4 UAM module
 
 AC_ARG_ENABLE(krb4-uam,
-       [ --enable-krb4-uam     enable build of Kerberos v4 UAM module],
+       [  --enable-krb4-uam      enable build of Kerberos v4 UAM module],
        if test "$enableval" = "yes"; then
                AC_DEFINE(UAM_KRB4, 1)
                compile_kerberos=yes
@@ -703,6 +711,7 @@ AC_OUTPUT([Makefile
        libatalk/adouble/Makefile
        libatalk/asp/Makefile
        libatalk/atp/Makefile
+       libatalk/cnid/Makefile
        libatalk/compat/Makefile
        libatalk/dsi/Makefile
        libatalk/nbp/Makefile