| 1 | | |
| | 1 | ==== Changes ([http://ports.haiku-files.org/browser/haikuports/trunk/sys-apps/texinfo/texinfo-4.13a-haiku.diff patch]) ==== |
| | 2 | |
| | 3 | {{{gnulib/lib/config.charset}}}: |
| | 4 | - Haiku is UTF-8 (gnulib change). |
| | 5 | |
| | 6 | {{{system.h}}}: |
| | 7 | - Haiku is not DOSish (O_BINARY/O_TEXT don't have any effect). |
| | 8 | |
| | 9 | ==== Configuring/Building ==== |
| | 10 | |
| | 11 | {{{ |
| | 12 | automake --add-missing --force-missing |
| | 13 | ./configure --prefix=/boot/common |
| | 14 | make |
| | 15 | }}} |
| | 16 | |
| | 17 | "automake" updates the obsolete config.guess. |
| | 18 | |
| | 19 | ==== Tests ==== |
| | 20 | |
| | 21 | {{{ |
| | 22 | make check |
| | 23 | }}} |
| | 24 | |
| | 25 | Requires "mktemp". All tests pass. |