X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=76cf8cbe6cba9b10983b056b13051ab3facb7d85;hb=835046ffee549c23b8500f06b7eb63b62ad13f94;hp=7ab53637e81de8cfa58162ae92c4354107e8fcbc;hpb=cf3e505e21e9c7ffba3a048ced9b772be8301e98;p=netatalk.git diff --git a/configure.ac b/configure.ac index 7ab53637..76cf8cbe 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,7 @@ AC_CHECK_HEADERS([sys/mount.h], , , #include #endif ]) +AC_CHECK_TYPES([fshare_t], [], [], [[#include ]]) AC_SYS_LARGEFILE([], AC_MSG_ERROR([AFP 3.x support requires Large File Support.])) @@ -160,6 +161,9 @@ AC_NETATALK_PGP_UAM dnl Check for building Kerberos V UAM module AC_NETATALK_KRB5_UAM +dnl Check for Kerberos 5 support +AC_NETATALK_KERBEROS + dnl Check for overwrite the config files or not AC_NETATALK_OVERWRITE_CONFIG @@ -181,10 +185,12 @@ AC_NETATALK_REALPATH dnl Check for sendfile() AC_NETATALK_SENDFILE +dnl Check whether bundled libevent shall not be used +AC_NETATALK_LIBEVENT + dnl FHS stuff has to be done last because it overrides other defaults AC_NETATALK_FHS -LIBS="$LIBS -L\$(top_srcdir)/libatalk" CFLAGS="-I\$(top_srcdir)/include -I\$(top_srcdir)/sys $CFLAGS" UAMS_PATH="${uams_path}" @@ -196,7 +202,7 @@ AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes) AM_CONDITIONAL(HAVE_LIBGCRYPT, test x$neta_cv_have_libgcrypt = xyes) AM_CONDITIONAL(HAVE_OPENSSL, test x$neta_cv_have_openssl = xyes) AM_CONDITIONAL(HAVE_ACLS, test x"$with_acl_support" = x"yes") -AM_CONDITIONAL(HAVE_LDAP, test x"$with_ldap" = x"yes") +AM_CONDITIONAL(HAVE_LDAP, test x"$netatalk_cv_ldap" = x"yes") AM_CONDITIONAL(USE_DHX, test x$neta_cv_compile_dhx = xyes) AM_CONDITIONAL(USE_DHX2, test x$neta_cv_compile_dhx2 = xyes) AM_CONDITIONAL(USE_RANDNUM, test x$neta_cv_have_openssl = xyes) @@ -209,7 +215,6 @@ AM_CONDITIONAL(USE_BDB, test x$bdb_required = xyes) AM_CONDITIONAL(HAVE_ATFUNCS, test x"$ac_neta_haveatfuncs" = x"yes") dnl --------------------- generate files - AC_OUTPUT([Makefile bin/Makefile bin/ad/Makefile @@ -236,6 +241,7 @@ AC_OUTPUT([Makefile etc/Makefile etc/afpd/Makefile etc/cnid_dbd/Makefile + etc/netatalk/Makefile etc/uams/Makefile include/Makefile include/atalk/Makefile