root/releases/opensc-0.6.0/bootstrap
| Revision 98, 202 bytes (checked in by aet, 7 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -x |
| 4 | make distclean |
| 5 | rm -f *.cache *.status *.log *.m4 |
| 6 | cat aclocal/*.m4 > acinclude.m4 |
| 7 | aclocal |
| 8 | libtoolize --copy --force --automake |
| 9 | autoheader |
| 10 | automake --add-missing --copy |
| 11 | autoreconf --gnu |
Note: See TracBrowser
for help on using the browser.
