]> arthur.barton.de Git - netatalk.git/commitdiff
Use new macros NETATALK_PROG_PERL and NETATALK_AFS_CHECK.
authorsrittau <srittau>
Thu, 17 Jan 2002 05:50:38 +0000 (05:50 +0000)
committersrittau <srittau>
Thu, 17 Jan 2002 05:50:38 +0000 (05:50 +0000)
configure.in

index 7a9e285651913e465e3856a39ba4d7fe59fbb60b..8594db80a1071bc33907a70987a7da8aec44d436 100644 (file)
@@ -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