]> code.delx.au - pulseaudio/commit
Remove support for internal distributing and bundling of libltdl.
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 22 Jan 2009 15:37:40 +0000 (16:37 +0100)
committerDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 22 Jan 2009 15:37:40 +0000 (16:37 +0100)
commitc65d3a9fb04d2c598b5c7fec3a060ec97eb778b9
tree639d1d00cedc950cad7d520f30ab00fe81242436
parent7c7133e09ded0f3fc004737be0443eb9c4dae4c8
Remove support for internal distributing and bundling of libltdl.

Standing to what the libtool documentation says, the LTDL_INIT macro and
the related configure options are only useful when intending to distribute
libltdl, and is superfluous if the system copy were always to be used.

Which makes it very easy to just drop the internal copy and use the system
library, just do it like any other library lacking pkg-config files to
identify its presence.

If this tries to build against an older libtool version it might fail at
link time, so for now this is not an user-proof solution. But it at least
should provide a working environment for packagers.
Makefile.am
configure.ac
src/Makefile.am