Bug 22136

Summary: [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
Product: WebKit Reporter: Jan Alonzo <jmalonzo>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 19428    
Attachments:
Description Flags
Refactor and move shareable code in autotools/webkit.m4 zimmermann: review+

Description Jan Alonzo 2008-11-07 20:46:50 PST
Some checks (glib and unicode dependencies) and constructs are actually shareable between JSC and WebKit builds so we need to somehow reuse the same code once we split the JSC and WebKit builds.
Comment 1 Jan Alonzo 2008-11-07 20:52:34 PST
Created attachment 24984 [details]
Refactor and move shareable code in autotools/webkit.m4

1. Create an autotools dir for some autotools-related scripts
2. Move acinclude.m4 amd symbols.filter in autotools/
3. Extract dolt stuff out of acinclude.m4 and put it in autotools/dolt.m4
4. Move shareable code out of configure.ac and into autotools/webkit.m4
Comment 2 Nikolas Zimmermann 2009-01-22 20:31:59 PST
Comment on attachment 24984 [details]
Refactor and move shareable code in autotools/webkit.m4

Looks good to me. In case no builds are broken, r=me.
Comment 3 Jan Alonzo 2009-01-31 01:59:53 PST
Thanks Niko. Landed in r40450.