libtool/tests/tagdemo
Albert Chin-A-Young 735c575781 * libtool.m4: When linking convenience libraries on Solaris
with the Sun C++ compiler, pass convenience libraries through
to the linker with -Qoption between allextract/defaultextract.
The Sun C++ compiler bundles -Qoption arguments so
convenience libraries are linked with defaultextract
otherwise.
* tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h,
tagdemo/conv.cpp: Augment tagdemo test to link a convenience
library with a libtool library.
2004-03-24 03:06:48 +00:00
..
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
baz.cpp spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
baz.h spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
configure.ac Further sweeping changes to the user interface to libtool from 2004-03-21 16:05:28 +00:00
conv.cpp * libtool.m4: When linking convenience libraries on Solaris 2004-03-24 03:06:48 +00:00
conv.h * libtool.m4: When linking convenience libraries on Solaris 2004-03-24 03:06:48 +00:00
foo.cpp spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
foo.h spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
main.cpp * libtool.m4: When linking convenience libraries on Solaris 2004-03-24 03:06:48 +00:00
Makefile.am * libtool.m4: When linking convenience libraries on Solaris 2004-03-24 03:06:48 +00:00
README spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00

# $Id$

This directory contains a sample package that demonstrates the use of
GNU Libtool's multi-language support through the use of configuration
tags.  It requires GNU autoconf, automake and of course libtool.

The demonstration generates a libraries using the same libtool script,
which is then linked to a C++ program.