source:
protocols/python/bootstrap.sh
@
0075527
Last change on this file since 0075527 was 0075527, checked in by , at 2013-03-17T13:38:14Z | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
1 | #!/bin/sh -e |
2 | |
3 | cp $(ls /usr/share/automake-*/install-sh | tail -n1) ./ |
4 | |
5 | autoconf |
6 | |
7 | mkdir -p BUILD |
8 | cd BUILD |
9 | ../configure |
10 | |
11 | echo "To make: cd BUILD; make; make install" |
12 | echo |
Note: See TracBrowser
for help on using the repository browser.