root/releases/opensc-0.9.0/bootstrap
| Revision 1387, 238 bytes (checked in by aet, 5 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 | (cat aclocal/*.m4 > acinclude.m4 2> /dev/null) |
| 11 | autoreconf --verbose --install |
Note: See TracBrowser
for help on using the browser.
