libtool 2.2.6b-2ubuntu3 source package in Bilimbi Test

Changelog

libtool (2.2.6b-2ubuntu3) natty; urgency=low

  * Fix the 'unpatch' target to clean up .pc afterwards

  [ Peter Pearse ]
  * Fix the 'clean' target for the case where tests are not run.
    LP #720815.
 -- Steve Langasek <email address hidden>   Sun, 06 Mar 2011 17:07:25 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe devel

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtool_2.2.6b.orig.tar.gz 2.2 MiB efe133e1014bca96998536f2e565a14fe0fde20cc83ff67135451e4e4e64ad57
libtool_2.2.6b-2ubuntu3.diff.gz 19.6 KiB ede32c5d48ea12fee7c90e63891faaad6c04309fbfff2e068fa40aca504c612a
libtool_2.2.6b-2ubuntu3.dsc 1.9 KiB 82f08cbbded9de1eadf91c4d4dde90a1941741196073daade490472b2702fba4

Available diffs

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: Generic library support script

 This is GNU libtool, a 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.
 .
 Libtool supports generation of C, C++, Fortran and Java libraries.