Bug 23611 - build system improvements / cleanups
Summary: build system improvements / cleanups
Status: RESOLVED FIXED
Alias: None
Product: PolicyKit
Classification: Unclassified
Component: daemon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: David Zeuthen (not reading bugmail)
QA Contact: David Zeuthen (not reading bugmail)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 16:29 UTC by Michael Biebl
Modified: 2009-09-13 10:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Make compilation and installation of the examples optional (1.32 KB, patch)
2009-08-31 16:40 UTC, Michael Biebl
Details | Splinter Review
Enable silent build rules (769 bytes, patch)
2009-08-31 16:41 UTC, Michael Biebl
Details | Splinter Review
Remove polkit-user configure option (no longer required) (4.30 KB, patch)
2009-08-31 16:42 UTC, Michael Biebl
Details | Splinter Review
Don't inlcude Polkit-1.0.gir in dist tarball (952 bytes, patch)
2009-08-31 16:43 UTC, Michael Biebl
Details | Splinter Review

Description Michael Biebl 2009-08-31 16:29:23 UTC
Attached are a few build system improvements.
Comment 1 Michael Biebl 2009-08-31 16:40:58 UTC
Created attachment 29050 [details] [review]
Make compilation and installation of the examples optional
Comment 2 Michael Biebl 2009-08-31 16:41:52 UTC
Created attachment 29051 [details] [review]
Enable silent build rules

http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
Comment 3 Michael Biebl 2009-08-31 16:42:24 UTC
Created attachment 29052 [details] [review]
Remove polkit-user configure option (no longer required)
Comment 4 Michael Biebl 2009-08-31 16:43:00 UTC
Created attachment 29053 [details] [review]
Don't inlcude Polkit-1.0.gir in dist tarball
Comment 5 Michael Biebl 2009-09-03 00:49:15 UTC
(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)
Comment 6 David Zeuthen (not reading bugmail) 2009-09-13 10:46:28 UTC
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.