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 693372 - 1.0 branch is still using AM_CONFIG_HEADER
1.0 branch is still using AM_CONFIG_HEADER
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.x
Other Linux
: Normal normal
: 1.0.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-07 22:34 UTC by George McCollister
Modified: 2013-02-07 22:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description George McCollister 2013-02-07 22:34:47 UTC
Please replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS in the 1.0 branch. You may just want to cherry-pick the commit from master.
Comment 1 Tim-Philipp Müller 2013-02-07 22:53:41 UTC
commit c3f289e497b56de767bb9ec35feeee6ebfd040d3
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Thu Feb 7 22:51:45 2013 +0000

    build: fix build with automake 1.13
    
    AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693373
Comment 2 Tim-Philipp Müller 2013-02-07 22:54:48 UTC
wrong commit, this is the right one:


commit ec72119d08c1e74e33a0561acf5539d8fde3ec12
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Thu Feb 7 21:51:06 2013 +0000

    build: fix build with automake 1.13
    
    AM_CONFIG_HEADER -> AC_CONFIG_HEADERS