Bug 59605 - [PATCH] Fix build with automake 1.13
Summary: [PATCH] Fix build with automake 1.13
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: mission-control (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 23:24 UTC by Nuno Araujo (IRC: russo79)
Modified: 2013-08-28 13:11 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Fix the build with automake 1.13 (786 bytes, text/plain)
2013-01-19 23:24 UTC, Nuno Araujo (IRC: russo79)
Details

Description Nuno Araujo (IRC: russo79) 2013-01-19 23:24:52 UTC
Created attachment 73311 [details]
Fix the build with automake 1.13

Fix the build with automake 1.13

In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.

Attached patch changes the used macros in configure.ac

Note: I do not have commit access
Comment 1 Simon McVittie 2013-04-30 12:13:58 UTC
Fixed in git for 5.14.1 and 5.15.0, thanks.

In future, if you're touching a line in configure.ac anyway, it's probably worth avoiding "underquoting": AC_CONFIG_HEADERS([config.h]).


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.