libtool/tests/tagdemo
Ralf Wildenhues 2055f11ca7 Make tagdemo work smoothly with both pre- and ISO C++ compilers,
and remove all use of libstdc from other tests.

* tests/tagdemo/configure.ac (HAVE_NAMESPACES, HAVE_IOSTREAM):
New tests for ISO C++ features.  Reimplementation of similar
macros from the autoconf archive.
* tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp: Adjusted.
* tests/am-subdir.at, tests/template.at: Do not use iostream.
2005-09-12 16:24:38 +00:00
..
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
baz.cpp The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
baz.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
configure.ac Make tagdemo work smoothly with both pre- and ISO C++ compilers, 2005-09-12 16:24:38 +00:00
conv.cpp The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
conv.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
foo.cpp Make tagdemo work smoothly with both pre- and ISO C++ compilers, 2005-09-12 16:24:38 +00:00
foo.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
main.cpp Make tagdemo work smoothly with both pre- and ISO C++ compilers, 2005-09-12 16:24:38 +00:00
Makefile.am Reorganise the libtool tree to create a bootstrapped libltdl for 2005-08-23 01:49:37 +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.