root/trunk/bootstrap
| Revision 56, 203 bytes (checked in by alonbl, 3 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | set -x |
| 5 | if test -f Makefile; then |
| 6 | make distclean |
| 7 | fi |
| 8 | rm -rf *~ *.cache *.m4 config.guess config.log \ |
| 9 | config.status config.sub depcomp ltmain.sh |
| 10 | autoreconf --verbose --install --force |
Note: See TracBrowser
for help on using the browser.
