From f2fab839a3c843a420a36198790e188e85832cad Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Fri, 23 Feb 2001 15:46:13 +0000 Subject: [PATCH] implemented Wes Hardaker's patch for AFS support --- ChangeLog | 8 +++++++- acconfig.h | 1 + configure.in | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc48afc4..27f88208 100644 --- 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 + + * VERSION: bumped up version to 1.5pre5, since 1.5pre4 was kind of + paperbag-ish + 2001-02-20 jeff b - Released 1.5pre3 + Released 1.5pre4 - Debian packaging in tree - Numerous Makefile/build fixes - .cvsignore implemented diff --git a/acconfig.h b/acconfig.h index 3a9e72bd..b63da5b3 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 diff --git a/configure.in b/configure.in index 1a9ff8a8..94e59769 100644 --- a/configure.in +++ b/configure.in @@ -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], -- 2.39.2