| | 1 | [[TOC]] |
| | 2 | |
| | 3 | = sys-devel/automake = |
| | 4 | |
| | 5 | == version 1.10 == |
| | 6 | |
| | 7 | ||R5||untested|| |
| | 8 | ||BONE||unstable|| |
| | 9 | ||Haiku||untested|| |
| | 10 | |
| | 11 | dependencies: |
| | 12 | |
| | 13 | * [wiki:dev-lang/perl] >= ? |
| | 14 | |
| | 15 | === revision 1 (brecht) - [BONE] === |
| | 16 | |
| | 17 | Automake suffers from the same problem as [wiki:sys-devel/autoconf Autoconf]. It builds fine, but some tests fail because of a warning Perl emits (which is harmless, I think). In addition, a lot of tests fail because the {{{mkdir}}} command included with BeOS fails to create a directory when it's name is followed with a slash. The following error results: |
| | 18 | |
| | 19 | {{{ |
| | 20 | /bin/mkdir: cannot make directory `/tmp/am-dc-65205/': No such file or directory |
| | 21 | }}} |
| | 22 | |
| | 23 | A newer version of mkdir ([wiki:sys-apps/coreutils]) should fix this (ticket #39). |