mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
2055f11ca7
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. |
||
---|---|---|
.. | ||
.cvsignore | ||
baz.cpp | ||
baz.h | ||
configure.ac | ||
conv.cpp | ||
conv.h | ||
foo.cpp | ||
foo.h | ||
main.cpp | ||
Makefile.am | ||
README |
# $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.