Last change
on this file since 28 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
390 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | rm -f config.cache |
---|
4 | rm -drf autom4te.cache |
---|
5 | libtoolize --force |
---|
6 | echo "Running aclocal" |
---|
7 | aclocal -I . |
---|
8 | echo "Running autoheader" |
---|
9 | autoheader |
---|
10 | echo "Running automake" |
---|
11 | automake --foreign --add-missing --include-deps && |
---|
12 | echo "Running autoconf" |
---|
13 | autoconf |
---|
14 | echo "Now you are ready to run ./configure" |
---|
15 | |
---|
16 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.