]> arthur.barton.de Git - netatalk.git/commitdiff
implemented Wes Hardaker's patch for AFS support
authorrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 15:46:13 +0000 (15:46 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 15:46:13 +0000 (15:46 +0000)
ChangeLog
acconfig.h
configure.in

index fc48afc4abde2b0e93ef93074a51da71dbbbfc60..27f882080ddf240325cf33fe4abbf2c17573835d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,9 +8,15 @@
        * ChangeLog: started updaing ChangeLog with important patch/fix
        information, as it is *never* up to date.
 
+       * configure.in, acconfig.h: implemented AFS configuration option
+       patch from Wes Hardaker <hardaker@users.sourceforge.net>
+
+       * VERSION: bumped up version to 1.5pre5, since 1.5pre4 was kind of
+       paperbag-ish
+
 2001-02-20  jeff b  <jeff@univrel.pr.uconn.edu>
 
-       Released 1.5pre3
+       Released 1.5pre4
        - Debian packaging in tree
        - Numerous Makefile/build fixes
        - .cvsignore implemented
index 3a9e72bdac08bf363bcf4e7b8928d9fa972d6e5c..b63da5b3c1290923129cd409183f8bcaeda23d2d 100644 (file)
@@ -29,6 +29,7 @@
 #undef UAM_DHX
 #undef UAM_PGP
 #undef UAM_RNDNUM
+#undef USE_AFS
 #undef USE_CAP
 #undef USE_CRACKLIB
 #undef USE_FLOCK_LOCKS
index 1a9ff8a879ee02cac1d62b958df44b18efae485e..94e5976902216105a0b291fc6d7fc8a2fd7d7f83 100644 (file)
@@ -146,6 +146,14 @@ AC_ARG_WITH(admin-group,
         fi
  )
 
+AC_ARG_ENABLE(afs,
+       [  --enable-afs           enable AFS support],
+       if test "$enableval" = "yes"; then
+               AC_DEFINE(USE_AFS, 1);
+               AC_MSG_RESULT([enabling AFS support])
+       fi
+)
+
 AC_ARG_WITH(auth-printing-dir,
        [  --with-auth-printing-dir=path
               path to authenticated printing directory],