[Sugar-devel] [PATCH sugar-datastore] Allow to build outside the source directory

Daniel Narvaez dwnarvaez at gmail.com
Tue Jun 26 08:54:08 EDT 2012


From: Daniel Narvaez <dwnarvaez at gmail.com>

---
 autogen.sh |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index b02ffac..750a5a9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,14 @@
 #!/bin/sh
+
+test -n "${srcdir}" || srcdir=`dirname "$0"`
+test -n "${srcdir}" || srcdir="$(pwd)"
+
+olddir="$(pwd)"
+cd "$srcdir"
+
 export ACLOCAL="aclocal -I m4"
 
 autoreconf -i
-./configure --enable-maintainer-mode "$@"
+
+cd "$olddir"
+"$srcdir/configure" --enable-maintainer-mode "$@"
-- 
1.7.10.2



More information about the Sugar-devel mailing list