diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-07-23 23:22:36 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-07-23 23:22:36 -0400 |
commit | e54095996b9066120ebf20011eba199d25422c2f (patch) | |
tree | 6d88da2ce0137fed1ece3bf610690e66809f76b0 /configure.ac | |
parent | 34cefc96f7661ed92927bffa1cf7cbc79a84e5ab (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e9fe6be..b55a3d5 100644 --- a/configure.ac +++ b/configure.ac @@ -275,6 +275,11 @@ 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 |