autogen.sh revision 497bf5aec8a81e310077f74bc4d8025c50ec32f7
# If you've non-standard directories, set these
#ACLOCAL_DIR=
#GETTEXT_DIR=
if test "$ACLOCAL_DIR" != ""; then
ACLOCAL="aclocal -I $ACLOCAL_DIR"
export ACLOCAL
fi
autoreconf -i -f
if test -f $dir/config.rpath; then
break
fi
done