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