libtool/tests/tagdemo
Gary V. Vaughan c114abf5e4 * tests/cdemo/configure.ac, tests/demo/configure.ac,
tests/depdemo/configure.ac, tests/f77demo/configure.ac,
tests/mdemo/configure.ac, tests/mdemo2/configure.ac,
tests/pdemo/configure.ac, tests/tagdemo/configure.ac: Declare just
the tags we need using AC_LIBTOOL_TAGS, reducing the size of the
configure script by 50% in most cases.
2003-11-14 17:28:29 +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 * tests/cdemo/configure.ac, tests/demo/configure.ac, 2003-11-14 17:28:29 +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 spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
Makefile.am * tests/cdemo/Makefile.am, tests/demo/Makefile.am, 2003-10-15 08:09:07 +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.