Attached are a few build system improvements.
Created attachment 29050 [details] [review] Make compilation and installation of the examples optional
Created attachment 29051 [details] [review] Enable silent build rules http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
Created attachment 29052 [details] [review] Remove polkit-user configure option (no longer required)
Created attachment 29053 [details] [review] Don't inlcude Polkit-1.0.gir in dist tarball
(In reply to comment #1) > Created an attachment (id=29050) [details] > Make compilation and installation of the examples optional > s/AC_HELP_STRING/AS_HELP_STRING/ in the patch AC_HELP_STRING is deprecated (c&p error)
Applied with this patch on top, thanks! --- a/configure.ac +++ b/configure.ac @@ -465,7 +465,6 @@ echo " introspection: ${enable_introspection} Distribution/OS: ${with_os_type} - user for PolicyKit: ${POLKIT_USER} authentication framework: ${POLKIT_AUTHFW} PAM support: ${have_pam}"
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.