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