Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ColladaPlugin/bootstrap @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 248 bytes
Line 
1#!/bin/sh
2
3# clean up files which cause confusion when switch versions of auto*
4rm -rf autom4te.cache
5
6# Fire up autotools
7libtoolize --force && 
8aclocal $ACLOCAL_FLAGS && 
9autoheader && 
10automake --include-deps --add-missing --foreign &&
11autoconf
Note: See TracBrowser for help on using the repository browser.