Summary: | [PATCH] Fix build with automake 1.13 | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Nuno Araujo (IRC: russo79) <nuno.araujo> |
Component: | tp-glib | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | nuno.araujo |
Version: | git master | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Fix the build with automake 1.13 |
Thanks, fixed in git for 0.21.0, 0.20.2 and 0.18.3 - I wouldn't usually send a "newer toolchain" change like this to the stable branch, but it's minimal and fixes something that has been deprecated for ages. I don't think Automake upstream have handled this backwards-incompatible change as well as they should have done: it would have been better if AM_CONFIG_HEADER had emitted a warning since 2002, or failing that, for at least a couple of releases before it was removed. |
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.
Created attachment 73310 [details] 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 makes use of the new macros. Note: I do not have commit access.