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 691264 - Build with automake-1.13 broken
Build with automake-1.13 broken
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-07 01:54 UTC by Marko Lindqvist
Modified: 2013-01-07 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (710 bytes, patch)
2013-01-07 01:54 UTC, Marko Lindqvist
none Details | Review

Description Marko Lindqvist 2013-01-07 01:54:52 UTC
Created attachment 232890 [details] [review]
Fix

Automake-1.13 removed long obsolete AM_PROG_CC_STDC completely (  http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html ) and errors out upon seeing it.

Attached patch simply removes AM_PROG_CC_STDC as earlier line already has AC_PROG_CC that does just the thing AM_PROG_CC_STDC did.
Comment 1 Ray Strode [halfline] 2013-01-07 15:45:24 UTC
Thanks