autogen.sh revision 57e37b6abc188ac48a6ea0a5b679704d38bfb56a
# If you've non-standard directories, set these
#ACLOCAL_DIR=
#GETTEXT_DIR=
ACLOCAL="aclocal -I ."
if test "$ACLOCAL_DIR" != ""; then
ACLOCAL="$ACLOCAL -I $ACLOCAL_DIR"
fi
export ACLOCAL
if test -f $dir/config.rpath; then
break
fi
done
cd doc
if [ $? != 0 ]; then
echo "Failed to uncompress wiki docs"
exit
fi
cd ..
fi
cd ../..
autoreconf -i