Parent Directory
|
Revision Log
Change calling order of autotools.
| 1 | #!/bin/sh |
| 2 | |
| 3 | aclocal-1.9 || exit 1 |
| 4 | libtoolize --automake -c -f || exit 1 |
| 5 | aclocal-1.9 || exit 1 |
| 6 | autoconf || exit 1 |
| 7 | autoheader || exit 1 |
| 8 | automake-1.9 -a -c || exit 1 |
| 9 | |
| 10 | if [ -x ./test.sh ] ; then |
| 11 | exec ./test.sh "$@" |
| 12 | fi |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |