source:
xplcommon/bootstrap.sh@
41:70da79414745
Last change on this file since 41:70da79414745 was 40:91a761bc3a6b, checked in by , 12 years ago | |
---|---|
|
|
File size: 100 bytes |
Rev | Line | |
---|---|---|
[40] | 1 | #!/bin/sh |
2 | ||
3 | scriptdir=`dirname $0` | |
4 | ||
5 | cd "${scriptdir}" | |
6 | ||
7 | libtoolize | |
8 | aclocal -I m4 | |
9 | automake -a | |
10 | autoconf |
Note:
See TracBrowser
for help on using the repository browser.