source:
downloads/ColladaPlugin/bootstrap
@
23
Last change on this file since 23 was 21, checked in by nicolasc, 17 years ago | |
---|---|
File size: 248 bytes |
Rev | Line | |
---|---|---|
[21] | 1 | #!/bin/sh |
2 | ||
3 | # clean up files which cause confusion when switch versions of auto* | |
4 | rm -rf autom4te.cache | |
5 | ||
6 | # Fire up autotools | |
7 | libtoolize --force && | |
8 | aclocal $ACLOCAL_FLAGS && | |
9 | autoheader && | |
10 | automake --include-deps --add-missing --foreign && | |
11 | autoconf |
Note: See TracBrowser
for help on using the repository browser.