Re: [PATCH weston] build: Set a default aux dir

2014-02-01 Thread Emilio Pozuelo Monfort
Looks good to me. Reviewed-by: Emilio Pozuelo Monfort On 01/02/14 18:48, Guillem Jover wrote: > This moves all the auxiliary build scripts into a build-aux directory, > and fixes an issue with configure being unable to find scripts because > it tries to change to an empty directory to get the ab

[PATCH weston] build: Set a default aux dir

2014-02-01 Thread Guillem Jover
This moves all the auxiliary build scripts into a build-aux directory, and fixes an issue with configure being unable to find scripts because it tries to change to an empty directory to get the absolute path, which results in getting the path to the user's home directory instead. ,-- checking whet