X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=fd252e6f43ce9a56c02704d7ae7c0ab6dd61059d;hb=530376ceef7d0d5e4187dbf7246bd217782d9e5a;hp=3c8843d15bea9f3336cdfec0c42f6745b3ca0284;hpb=539bab5ea7c47c713759aac42cc0a0d9806ba73f;p=netatalk.git diff --git a/configure.ac b/configure.ac index 3c8843d1..fd252e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -183,13 +183,22 @@ AC_NETATALK_LIBEVENT dnl libatalk API checks AC_DEVELOPER +dnl Check for dtrace +AC_NETATALK_DTRACE + +dnl Check for dbus-glib, for AFP stats on dbus +AC_NETATALK_DBUS_GLIB + dnl FHS stuff has to be done last because it overrides other defaults AC_NETATALK_FHS dnl netatalk lockfile path, must come after AC_NETATALK_FHS AC_NETATALK_LOCKFILE -CFLAGS="-I\$(top_srcdir)/include -I\$(top_srcdir)/sys $CFLAGS" +dnl Check for Docbook and build documentation if found +AX_CHECK_DOCBOOK + +CFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include $CFLAGS" UAMS_PATH="${uams_path}" AC_SUBST(LIBS) @@ -240,6 +249,9 @@ AC_OUTPUT([Makefile distrib/initscripts/Makefile distrib/m4/Makefile doc/Makefile + doc/html.xsl + doc/man.xsl + doc/manual/manual.xml etc/Makefile etc/afpd/Makefile etc/cnid_dbd/Makefile