source:
xplra/src/plugin/bootstrap.sh
Last change on this file was 13:42fd631176b7, checked in by , 12 years ago | |
---|---|
|
|
File size: 112 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | set -e -u |
4 | |
5 | scriptdir=`dirname $0` |
6 | |
7 | cd "${scriptdir}" |
8 | |
9 | #libtoolize |
10 | aclocal -I $1 |
11 | automake -a |
12 | autoconf |
Note:
See TracBrowser
for help on using the repository browser.