Parent Directory
|
Revision Log
Added escriptreader library with tools. For more information refer to README file or wait for user documentation.
1 | #!/bin/sh |
2 | |
3 | # on MacOS libtoolize is called glibtoolize |
4 | if test \! x`which glibtoolize` = x; then |
5 | LIBTOOLIZE=glibtoolize |
6 | else |
7 | LIBTOOLIZE=libtoolize |
8 | fi |
9 | |
10 | aclocal |
11 | $LIBTOOLIZE --copy --force |
12 | automake --add-missing --copy --foreign |
13 | autoconf |
14 |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.26 |