Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/autogen.sh @ 21

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

added ogreode and Colladaplugin

File size: 390 bytes
Line 
1#!/bin/sh
2
3rm -f config.cache
4rm -drf autom4te.cache
5libtoolize --force
6echo "Running aclocal"
7aclocal -I .
8echo "Running autoheader"
9autoheader
10echo "Running automake"
11automake --foreign --add-missing --include-deps &&
12echo "Running autoconf"
13autoconf                                                                               
14echo "Now you are ready to run ./configure"
15
16exit 0
Note: See TracBrowser for help on using the repository browser.