GNOME Bugzilla – Bug 692112
[PATCH] Fix build with automake 1.13
Last modified: 2013-01-22 15:02:53 UTC
Created attachment 233913 [details] [review] 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. The attached patch fix this problem by using the new macros. This bug is related to bugs #691343 (libgnome-keyring) and #692045 (gcr) Note: I do not have commit access.
Attachment 233913 [details] pushed as 146aa76 - Fix the build with automake 1.13