X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=fd4dd2732598d84dccf7df96a43db1de1b383eb0;hb=321a0107c48da7b3fbf895a2b32244174c1ff39c;hp=30aa8cf4d66535174757e9bef91c3fa74055efc5;hpb=e00467826a7ea8dd706d0728191b13894d25618d;p=netatalk.git diff --git a/configure.ac b/configure.ac index 30aa8cf4..fd4dd273 100644 --- a/configure.ac +++ b/configure.ac @@ -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,7 @@ 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])])