Bug 16736

Summary: Allow autogen.sh invocation from a separate build directory
Product: WebKit Reporter: Sylvain Pasche <sylvain.pasche>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: alp
Priority: P4 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 16619    
Attachments:
Description Flags
patch alp: review+

Description Sylvain Pasche 2008-01-04 21:27:40 PST
This allows you to do something like:

mkdir objdir
cd objdir
../autogen.sh
make

I copied this from cairo autogen.sh
Comment 1 Sylvain Pasche 2008-01-04 21:28:56 PST
Created attachment 18283 [details]
patch
Comment 2 Alp Toker 2008-01-05 02:22:30 PST
Comment on attachment 18283 [details]
patch

r=me
Comment 3 Alp Toker 2008-01-05 03:49:13 PST
Landed in r29196.