# 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 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 now, otherwise press ENTER." read ./configure make