Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e538f9d..4280dee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,5 +14,6 @@ PKG_NAME="gcompris"
REQUIRED_AUTOMAKE_VERSION=1.6 \
USE_GNOME2_MACROS=1 \
-BUILD_PATH="$srcdir"\
- . ./gnome2-macros/gnome-autogen.sh
+BUILD_PATH="$srcdir" \
+srcdir="$srcdir" \
+. $srcdir/gnome2-macros/gnome-autogen.sh