root/WizardsToolkit/trunk/config/bootstrap

Revision 1, 110 bytes (checked in by cristy, 3 months ago)


  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -x
4aclocal -I m4
5libtoolize --copy
6autoheader
7automake --foreign --add-missing --copy
8autoconf
Note: See TracBrowser for help on using the browser.