root/releases/opensc-0.11.4/bootstrap
| Revision 2555, 195 bytes (checked in by aj, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | set -x |
| 5 | if test -f Makefile; then |
| 6 | make distclean |
| 7 | fi |
| 8 | rm -rf *~ *.cache *.m4 config.guess config.log \ |
| 9 | config.status config.sub depcomp ltmain.sh |
| 10 | autoreconf --verbose --install |
Note: See TracBrowser
for help on using the browser.
