source:
xplcommon/bootstrap.sh@
50:d05e92d8ff32
Last change on this file since 50:d05e92d8ff32 was 42:84574c08b090, checked in by , 12 years ago | |
---|---|
|
|
File size: 117 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 |
Note:
See TracBrowser
for help on using the repository browser.