Bug 35237 - PackageKit build failure (include ACLOCAL flags ?)
Summary: PackageKit build failure (include ACLOCAL flags ?)
Status: RESOLVED FIXED
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 16:16 UTC by hummerbliss
Modified: 2011-03-14 03:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description hummerbliss 2011-03-11 16:16:41 UTC
fresh jhbuild checkout with default settings (gnome-suites-core-3.0) fails to build PackageKit.

Adding ACLOCAL_FLAGS seems to resolve it.

diff --git a/Makefile.am b/Makefile.am
index 025a525..4961fa6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = 1.7
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 NULL =
Comment 1 Richard Hughes 2011-03-14 03:09:52 UTC
vommit fb1dca938389972793c3e392f0309eead0578e88
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Mar 14 10:09:04 2011 +0000

    Honour ACLOCAL_FLAGS in Makefile.am. Fixes fd#35237
    
    Thanks to hummerbliss@gmail.com for the fix.


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.