==== Changes ([http://ports.haiku-files.org/browser/haikuports/trunk/sys-devel/libtool/libtool-2.2.6a-haiku.diff patch]) ====

{{{libltdl/config/ltmain.m4sh}}}:
 - Haiku doesn't have libc or libm.

{{{libltdl/m4/libtool.m4}}}:
 - Added runtime loader, linker, C/C++ compiler properties for Haiku.
 - Changes since the previous revision:
   - Set {{{shlibpath_overrides_runpath}}}: {{{LIBRARY_PATH}}} overrides the "rpath" built into the executable (since revision 28568).
   - Building statically (gcc flag {{{-static}}}) doesn't work in Haiku -- disable it.

==== Building/Configuring ====

{{{
./bootstrap
./configure --prefix=/boot/common
make
}}}

"bootstrap" incorporates changes to Haiku's automake/autoconf, particularly the included config.guess is somewhat outdated.

==== Tests ====

{{{
make check
}}}

None of the tests fails unexpectedly (some are skipped, some fail expectedly).
