aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 12d25de096..f08dc52149 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -4,8 +4,8 @@
DIE=0
if [ -n "$GNOME2_PATH" ]; then
- ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
- PATH="$GNOME2_DIR/bin:$PATH"
+ ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS"
+ PATH="$GNOME2_PATH/bin:$PATH"
export PATH
fi