Bug 16736 - Allow autogen.sh invocation from a separate build directory
Summary: Allow autogen.sh invocation from a separate build directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P4 Enhancement
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 16619
  Show dependency treegraph
 
Reported: 2008-01-04 21:27 PST by Sylvain Pasche
Modified: 2008-01-05 03:49 PST (History)
1 user (show)

See Also:


Attachments
patch (1.14 KB, patch)
2008-01-04 21:28 PST, Sylvain Pasche
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.