libtool 2.4.2-1.7ubuntu1 source package in Ubuntu

Changelog

libtool (2.4.2-1.7ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - Mark libtool Multi-Arch: foreign; needed because it's a
      build-dependency.

libtool (2.4.2-1.7) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix typo in in the ppc64el guessing in config.guess.
 -- Matthias Klose <email address hidden>   Tue, 11 Feb 2014 13:31:11 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

Downloads

File Size SHA-256 Checksum
libtool_2.4.2.orig.tar.gz 2.5 MiB b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
libtool_2.4.2-1.7ubuntu1.debian.tar.gz 19.2 KiB e4db54a9333ad8a57093454e4f889a496f3af7788afd05d9f4c15cb62b6793e5
libtool_2.4.2-1.7ubuntu1.dsc 1.4 KiB 20cfd4572f2572e1777b348e617b622245c28c7b784befe646e29e714d2e5d51

View changes file

Binary packages built by this source

libltdl-dev: A system independent dlopen wrapper for GNU libtool

 This package contains the header files and static libraries for the
 libltdl package.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers. It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen

libltdl7: A system independent dlopen wrapper for GNU libtool

 This package contains the run-time libltdl library.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers. It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen

libtool: No summary available for libtool in ubuntu utopic.

No description available for libtool in ubuntu utopic.

libtool-doc: Generic library support script

 This package contains the GNU libtool documentation.
 .
 GNU libtool is generic library support script. Libtool hides
 the complexity of generating special library types (such as shared
 libraries) behind a consistent interface. To use libtool, add the
 new generic library building commands to your Makefile, Makefile.in,
 or Makefile.am. See the documentation for details. Libtool supports
 building static libraries on all platforms.