Summary: | [PATCH] Fix build with automake 1.13 | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Nuno Araujo (IRC: russo79) <nuno.araujo> |
Component: | tp-farstream | Assignee: | Olivier CrĂȘte <olivier.crete> |
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 |
Thank you, committed commit 91fc609e105b466fc5b2c4983baff82a6fa9ced2 Author: Nuno Araujo <nuno.araujo@russo79.com> Date: Sat Jan 19 07:53:34 2013 +0100 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. |
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 73313 [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 fix this problem by using the new macro. Note: I do not have commit access.