From adc8cf2ae81bc1a53cbaf821a5a681aae40ecf3e Mon Sep 17 00:00:00 2001 From: srittau Date: Thu, 17 Jan 2002 05:50:38 +0000 Subject: [PATCH] Use new macros NETATALK_PROG_PERL and NETATALK_AFS_CHECK. --- configure.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 7a9e2856..8594db80 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.145 2002-01-04 04:45:46 sibaz Exp $ +dnl $Id: configure.in,v 1.146 2002-01-17 05:50:38 srittau Exp $ dnl configure.in for netatalk AC_INIT(bin/adv1tov2/adv1tov2.c) @@ -18,6 +18,7 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL +NETATALK_PROG_PERL dnl ********************************************************************* dnl FIXME! FIXME! These should be selectable properly, and should produce @@ -118,13 +119,7 @@ AC_ARG_WITH(admin-group, fi ) -AC_ARG_ENABLE(afs, - [ --enable-afs enable AFS support], - if test "$enableval" = "yes"; then - AC_DEFINE(AFS, 1) - AC_MSG_RESULT([enabling AFS support]) - fi -) +NETATALK_AFS_CHECK AC_ARG_WITH(pkgconfdir, [ --with-pkgconfdir=DIR package specific configuration in DIR -- 2.39.2