libtool/tests/tagdemo
Gary V. Vaughan 9aad3ebb01 syntax-check: fix violations and re-enable sc_prohibit_cvs_keyword.
* cfg.mk (local-checks-to-fix): Remove sc_prohibit_cvs_keyword
from list of disabled checks.
* tests/tagdemo/README: Remove spurious CVS keyword.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2011-11-17 19:20:25 +07:00
..
.gitignore maint: tidy, sort and consolidate .gitignore files. 2011-10-22 18:36:16 +07:00
baz.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
baz.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
configure.ac libtoolize: rename libltdl/config' directory to standard build-aux'. 2011-11-17 17:56:40 +07:00
conv.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
conv.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
foo.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
foo.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
main.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
Makefile.am libtoolize: rename libltdl/m4' directory to standard m4'. 2011-11-17 17:51:14 +07:00
README syntax-check: fix violations and re-enable sc_prohibit_cvs_keyword. 2011-11-17 19:20:25 +07:00

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 library from C++ sources, which is then
linked to a C++ program.