# this is a small script to help the developers to quickly rebuild ygraph
# from CVS for debugging and development purposes.
# It should not be used to do anything else than that.
# Read instructions in the file INSTALL insteat.
gettextize -c --no-changelog --intl
rm m4/lib-prefix.m4
autoreconf -i
find . -name "*~" -exec rm "{}" \;
echo "I am now about to configure and build. If you do not want to do this,"
echo "press <CTRL+C> now, otherwise press ENTER."
read
./configure
make
