]> arthur.barton.de Git - netatalk.git/blobdiff - macros/config-checks.m4
Add configure option for Kerberos support
[netatalk.git] / macros / config-checks.m4
index 1627fd1ddc8750e1b6e194f9ac17bd9d505a3d06..7582d05ee3b7b793b7ff3a4e33ce66dc6fc33264 100644 (file)
@@ -1,12 +1,11 @@
-dnl $Id: config-checks.m4,v 1.6 2005-04-28 20:50:05 bfernhomberg Exp $
 dnl Autoconf macro to set the configuration directories.
 
 AC_DEFUN([AC_NETATALK_CONFIG_DIRS], [
-       PKGCONFDIR="${sysconfdir}/netatalk"
+       PKGCONFDIR="${sysconfdir}"
 
        AC_ARG_WITH(pkgconfdir,
                [  --with-pkgconfdir=DIR   package specific configuration in DIR
-                          [[SYSCONF/netatalk]]],
+                          [[$sysconfdir]]],
                        [
                        if test "x$withval" != "x"; then
                                PKGCONFDIR="$withval"