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
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.