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 692118 - [PATCH] Fix build with automake 1.13
[PATCH] Fix build with automake 1.13
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-20 01:28 UTC by Nuno Araujo (IRC: russo79)
Modified: 2013-01-21 00:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Fix the build with automake 1.13 (782 bytes, patch)
2013-01-20 01:30 UTC, Nuno Araujo (IRC: russo79)
committed Details | Review
plugins: Fix the build with automake 1.13 (772 bytes, patch)
2013-01-20 01:31 UTC, Nuno Araujo (IRC: russo79)
committed Details | Review
mediaserver2: Fix the build with automake 1.13 (757 bytes, patch)
2013-01-20 01:31 UTC, Nuno Araujo (IRC: russo79)
committed Details | Review

Description Nuno Araujo (IRC: russo79) 2013-01-20 01:28:11 UTC
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.

The following patches fix this problem by replacing the obsolete macro.

Note: I do not have commit access
Comment 1 Nuno Araujo (IRC: russo79) 2013-01-20 01:30:35 UTC
Created attachment 233923 [details] [review]
core: Fix the build with automake 1.13
Comment 2 Nuno Araujo (IRC: russo79) 2013-01-20 01:31:00 UTC
Created attachment 233924 [details] [review]
plugins: Fix the build with automake 1.13
Comment 3 Nuno Araujo (IRC: russo79) 2013-01-20 01:31:25 UTC
Created attachment 233925 [details] [review]
mediaserver2: Fix the build with automake 1.13
Comment 4 Juan A. Suarez Romero 2013-01-21 00:07:49 UTC
commit 6272f77a076f965835dba7776b5c08ec90199f58
Author: Nuno Araujo <nuno.araujo@russo79.com>
Date:   Sat Jan 19 11:26:16 2013 +0100

    build: 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.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692118

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)