diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-11-17 09:48:08 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-11-17 09:48:08 +0800 |
commit | 28a821cbddb39ba7546baa5822c52f50fc45341a (patch) | |
tree | 4e30a91ff364c2d928c5cb65410aa0c70419ced1 /macros | |
parent | d55f76a60162dcdc6643df58660c17875bb9f682 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'macros')
-rw-r--r-- | macros/autogen.sh | 6 |
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." |