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 692113 - [PATCH] Fix build with automake 1.13
[PATCH] Fix build with automake 1.13
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-19 23:02 UTC by Nuno Araujo (IRC: russo79)
Modified: 2013-01-21 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with automake 1.13 (699 bytes, patch)
2013-01-19 23:02 UTC, Nuno Araujo (IRC: russo79)
committed Details | Review

Description Nuno Araujo (IRC: russo79) 2013-01-19 23:02:16 UTC
Created attachment 233914 [details] [review]
Fix 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 makes use of the new macro in configure.ac
Comment 1 Matthias Clasen 2013-01-20 16:25:33 UTC
Review of attachment 233914 [details] [review]:

sure, please commit
Comment 2 Nuno Araujo (IRC: russo79) 2013-01-20 16:27:19 UTC
Sorry. I forgot to specify that I don't have commit access.
Could you please commit it?
Thanks