From 28a821cbddb39ba7546baa5822c52f50fc45341a Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 17 Nov 1999 01:48:08 +0000 Subject: Do the grand OAF hokey-pokey properly. Do the grand OAF hokey-pokey properly. svn path=/trunk/; revision=1391 --- macros/autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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." -- cgit v1.2.3