Parent Directory
|
Revision Log
make svn2cl usage part of dist rather than autogen
| 1 | #!/bin/bash -e |
| 2 | |
| 3 | # we'll generate ChangeLog when doing `make dist` |
| 4 | touch ChangeLog |
| 5 | |
| 6 | autoreconf -i -f |
| 7 | |
| 8 | if [[ -x ./test.sh ]] ; then |
| 9 | exec ./test.sh "$@" |
| 10 | fi |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |