X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=fd4dd2732598d84dccf7df96a43db1de1b383eb0;hb=321a0107c48da7b3fbf895a2b32244174c1ff39c;hp=484a0dedf8f72eec16f52a88100b55b3cc9c4fb4;hpb=f22164785e624912a0e13777434a2b56d545b521;p=netatalk.git diff --git a/configure.ac b/configure.ac index 484a0ded..fd4dd273 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,7 @@ AC_PROG_PERL AC_PROG_GREP AC_PROG_PS AM_PROG_CC_C_O - -dnl Checks for typedefs, structures, and compiler characteristics. +AC_C_BIGENDIAN AC_C_INLINE dnl Check if we can use attribute unused (gcc only) from ethereal @@ -50,6 +49,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.])) @@ -190,6 +190,8 @@ AC_NETATALK_LIBEVENT dnl FHS stuff has to be done last because it overrides other defaults AC_NETATALK_FHS +AC_DEVELOPER + CFLAGS="-I\$(top_srcdir)/include -I\$(top_srcdir)/sys $CFLAGS" UAMS_PATH="${uams_path}" @@ -212,6 +214,10 @@ AM_CONDITIONAL(USE_PGP, test x$compile_pgp = xyes) AM_CONDITIONAL(DEFAULT_HOOK, test x$neta_cv_have_libgcrypt != xyes && test x$neta_cv_have_openssl != xyes) AM_CONDITIONAL(USE_BDB, test x$bdb_required = xyes) AM_CONDITIONAL(HAVE_ATFUNCS, test x"$ac_neta_haveatfuncs" = x"yes") +AM_CONDITIONAL(USE_SHADOWPW, test x$shadowpw = xyes) + +dnl Enable silent Automake rules if present +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) dnl --------------------- generate files AC_OUTPUT([Makefile