Bug 85250 - [GTK] Remove the obsolete AM_PROG_CC_STDC
Summary: [GTK] Remove the obsolete AM_PROG_CC_STDC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 17:52 PDT by Adrian Bunk
Modified: 2012-05-18 13:39 PDT (History)
4 users (show)

See Also:


Attachments
[GTK] Remove the obsolete AM_PROG_CC_STDC (772 bytes, patch)
2012-04-30 17:54 PDT, Adrian Bunk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Bunk 2012-04-30 17:52:18 PDT
AM_PROG_CC_STDC is obsolete and will be removed in automake 1.13: http://lists.gnu.org/archive/html/automake/2012-04/msg00060.html

It can be removed without replacement here since AC_PROG_CC is already called above and am_cv_prog_cc_stdc is not used.
Comment 1 Adrian Bunk 2012-04-30 17:54:27 PDT
Created attachment 139555 [details]
[GTK] Remove the obsolete AM_PROG_CC_STDC
Comment 2 WebKit Review Bot 2012-05-18 13:39:36 PDT
Comment on attachment 139555 [details]
[GTK] Remove the obsolete AM_PROG_CC_STDC

Clearing flags on attachment: 139555

Committed r117619: <http://trac.webkit.org/changeset/117619>
Comment 3 WebKit Review Bot 2012-05-18 13:39:40 PDT
All reviewed patches have been landed.  Closing bug.