root/trunk/bootstrap

Revision 215, 179 bytes (checked in by zany, 5 months ago)

adding bootstrap helper

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3test -f config.status && make maintainer-clean
4
5autoreconf --verbose --force --install
6
7./configure ${@:- --enable-swig --enable-tcl --enable-builddocs --prefix=/usr}
Note: See TracBrowser for help on using the browser.