RESOLVED FIXED 176098
[GTK] Do not use autogen whenever possible in JHBuild modules
https://bugs.webkit.org/show_bug.cgi?id=176098
Summary [GTK] Do not use autogen whenever possible in JHBuild modules
Adrian Perez
Reported 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.
Attachments
Patch (7.41 KB, patch)
2017-08-30 05:33 PDT, Adrian Perez
no flags
Adrian Perez
Comment 1 2017-08-30 05:33:17 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2017-08-30 06:22:30 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.