root/trunk/bootstrap

Revision 56, 203 bytes (checked in by alonbl, 3 months ago)

New build system

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -e
4set -x
5if test -f Makefile; then
6  make distclean
7fi
8rm -rf *~ *.cache *.m4 config.guess config.log \
9        config.status config.sub depcomp ltmain.sh
10autoreconf --verbose --install --force
Note: See TracBrowser for help on using the browser.