From e54095996b9066120ebf20011eba199d25422c2f Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 23 Jul 2008 23:22:36 -0400 Subject: use spec files directly as introspection xml and try to generate docs on the fly At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces. --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e9fe6be..b55a3d5 100644 --- a/configure.ac +++ b/configure.ac @@ -274,6 +274,11 @@ fi AM_CONDITIONAL(DOCBOOK_DOCS_ENABLED, test x$enable_docbook_docs = xyes) AC_MSG_RESULT(yes) +dnl --------------------------------------------------------------------------- +dnl Check for xsltproc +dnl --------------------------------------------------------------------------- +AC_PATH_PROG([XSLTPROC], [xsltproc]) + dnl --------------------------------------------------------------------------- dnl check for inotify dnl --------------------------------------------------------------------------- @@ -392,6 +397,7 @@ tools/solaris/Makefile data/Makefile doc/Makefile doc/ConsoleKit.xml +doc/xml/Makefile libck-connector/Makefile libck-connector/ck-connector.pc pam-ck-connector/Makefile -- cgit