File: rebuild

package info (click to toggle)
ygraph 0.15-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,112 kB
  • ctags: 1,636
  • sloc: ansic: 13,630; sh: 4,534; makefile: 587; yacc: 288; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 483 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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