After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692100 - [PATCH] Add support for automake 1.13
[PATCH] Add support for automake 1.13
Status: RESOLVED FIXED
Product: libsecret
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsecret maintainer(s)
libsecret maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-19 20:51 UTC by Nuno Araujo (IRC: russo79)
Modified: 2013-01-25 18:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for automake 1.13 (1.07 KB, patch)
2013-01-19 20:51 UTC, Nuno Araujo (IRC: russo79)
committed Details | Review

Description Nuno Araujo (IRC: russo79) 2013-01-19 20:51:04 UTC
Created attachment 233897 [details] [review]
Add support for automake 1.13

libsecret currently doesn't build with automake 1.13

The deprecated macro AM_CONFIG_HEADER now throws an error.
Also, autogen.sh doesn't recognize this version of automake.

This patch fix both these problems.

Note: I do not have commit access