aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-11-17 09:48:08 +0800
committerElliot Lee <sopwith@src.gnome.org>1999-11-17 09:48:08 +0800
commit28a821cbddb39ba7546baa5822c52f50fc45341a (patch)
tree4e30a91ff364c2d928c5cb65410aa0c70419ced1
parentd55f76a60162dcdc6643df58660c17875bb9f682 (diff)
downloadgsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.tar
gsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.tar.gz
gsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.tar.bz2
gsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.tar.lz
gsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.tar.xz
gsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.tar.zst
gsoc2013-evolution-28a821cbddb39ba7546baa5822c52f50fc45341a.zip
Do the grand OAF hokey-pokey properly.
Do the grand OAF hokey-pokey properly. svn path=/trunk/; revision=1391
-rw-r--r--macros/autogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 7027391368..02821475fd 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -3,6 +3,12 @@
DIE=0
+if [ -n "$GNOME2_PATH" ]; then
+ ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
+ PATH="$GNOME2_DIR/bin:$PATH"
+ export PATH
+fi
+
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`autoconf' installed to compile Gnome."