source:
vscpl/bootstrap.sh@
43:8e77881a3032
Last change on this file since 43:8e77881a3032 was 1:ee063b6aaa32, checked in by , 12 years ago | |
---|---|
|
|
File size: 193 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | scriptdir=`dirname $0` |
4 | |
5 | cd "${scriptdir}" |
6 | |
7 | if test ! -e m4/vscpl.m4; then |
8 | mkdir -p m4 |
9 | ln -s ../misc/vscpl.m4.in m4/vscpl.m4 |
10 | fi |
11 | |
12 | libtoolize |
13 | aclocal -I m4 |
14 | automake -a |
15 | autoconf |
Note:
See TracBrowser
for help on using the repository browser.