source:
vbox/trunk/src/libs/libtpms-0.9.0/bootstrap.sh@
98108
Last change on this file since 98108 was 91612, checked in by , 3 years ago | |
---|---|
|
|
File size: 140 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | set -x |
3 | libtoolize --force || exit 1 |
4 | aclocal || exit 1 |
5 | autoheader || exit 1 |
6 | automake --add-missing -c || exit 1 |
7 | autoconf || exit 1 |
Note:
See TracBrowser
for help on using the repository browser.