2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2025-03-13 15:46:55 +08:00
libtool/tests/tagdemo
Gary V. Vaughan 2512e6ad67 * 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:
s/AM_PROG_LIBTOOL/AC_PROG_LIBTOOL/. Marching boldly into the 21th
century :-$
2003-11-07 16:25:57 +00:00
..
.cvsignore
baz.cpp
baz.h
configure.ac * tests/cdemo/configure.ac, tests/demo/configure.ac, 2003-11-07 16:25:57 +00:00
foo.cpp
foo.h
main.cpp
Makefile.am * tests/cdemo/Makefile.am, tests/demo/Makefile.am, 2003-10-15 08:09:07 +00:00
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.