source:
xplra/bootstrap.sh@
43:d05df1944444
Last change on this file since 43:d05df1944444 was 13:42fd631176b7, checked in by , 12 years ago | |
---|---|
|
|
File size: 168 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 m4 -I "${1}" |
11 | automake -a |
12 | autoconf |
13 | |
14 | "${scriptdir}/src/plugin/bootstrap.sh" "${1}" |
Note:
See TracBrowser
for help on using the repository browser.