Summary: | [PATCH] Fix build with automake 1.13 | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Nuno Araujo (IRC: russo79) <nuno.araujo> |
Component: | mission-control | 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 |
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.
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