Re: [Sugar-devel] [PATCH 1/2] Allow to build outside the source directory

2012-01-09 Thread Sascha Silbe
Excerpts from Marco Pesenti Gritti's message of 2011-12-07 18:01:05 +0100: Signed-off-by: Marco Pesenti Gritti ma...@marcopg.org Thanks for the patch! It contains a few issues that prevent me for pushing it as-is. It would have been easy to fix them up prior to pushing, but I'd like to use

[Sugar-devel] [PATCH 1/2] Allow to build outside the source directory

2011-12-07 Thread Marco Pesenti Gritti
Signed-off-by: Marco Pesenti Gritti ma...@marcopg.org --- autogen.sh | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/autogen.sh b/autogen.sh index a71e202..28bc45c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,13 @@ #!/bin/sh + +test -n $srcdir ||