Bug 176098 - [GTK] Do not use autogen whenever possible in JHBuild modules
Summary: [GTK] Do not use autogen whenever possible in JHBuild modules
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 05:29 PDT by Adrian Perez
Modified: 2017-08-30 06:22 PDT (History)
6 users (show)

See Also:


Attachments
Patch (7.41 KB, patch)
2017-08-30 05:33 PDT, Adrian Perez
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 Perez 2017-08-30 05:29:03 PDT
Many <autotools> modules in the GTK+ internal JHBuild will run
“autogen.sh” to regenerate build files from the Autotools sources.
Running it is *not* needed for modules built from packaged releases
because those already include all the needed files.

Running Autotools involved running slow Perl scripts and the M4
macro processor. By pointing modules to the “configure” script
directly, time would be saved when building the dependencies in
the internal JHBuild.
Comment 1 Adrian Perez 2017-08-30 05:33:17 PDT
Created attachment 319358 [details]
Patch
Comment 2 WebKit Commit Bot 2017-08-30 06:22:28 PDT
Comment on attachment 319358 [details]
Patch

Clearing flags on attachment: 319358

Committed r221371: <http://trac.webkit.org/changeset/221371>
Comment 3 WebKit Commit Bot 2017-08-30 06:22:30 PDT
All reviewed patches have been landed.  Closing bug.