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 690881 - Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.ac
Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.ac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gnonlin
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks:
 
 
Reported: 2012-12-30 11:02 UTC by Kerrick Staley
Modified: 2013-09-24 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace AM_CONFIG_HEADER -> AC_CONFIG_HEADERS (404 bytes, patch)
2012-12-30 11:02 UTC, Kerrick Staley
committed Details | Review

Description Kerrick Staley 2012-12-30 11:02:02 UTC
Created attachment 232386 [details] [review]
Replace AM_CONFIG_HEADER -> AC_CONFIG_HEADERS

Gnonlin doesn't build with the latest Automake (1.13), because the obsolete AM_CONFIG_HEADER macro has been removed (see [1]). AM_CONFIG_HEADER can be replaced with AC_CONFIG_HEADERS, which fixes the problem. A simple patch is attached.

[1] https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
Comment 1 Tim-Philipp Müller 2012-12-30 23:41:16 UTC
Thanks for the patch! Pushed into git master:

 commit 6438cbc2b140e7531dd3f486ee09604573a76d57
Author: Kerrick Staley <bugs@kerrickstaley.com>
Date:   Sun Dec 30 23:19:05 2012 +0000

    configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    AM_CONFIG_HEADER has been removed in the just-released automake 1.13:
    https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690881


Looks like some other modules also need an update.