libtool/tagdemo
Tim Van Holder 4925d0771e General cleanup of autoconf-2.50 upgrade:
* configure.ac: Mark as needing autoconf-mode in
emacs.  Pass arguments to AC_INIT.
* cdemo/configure.ac: Ditto.
* demo/configure.ac: Ditto.
* depdemo/configure.ac: Ditto.
* libtldl/configure.ac: Ditto.
* mdemo/configure.ac: Ditto.
* pdemo/configure.ac: Ditto.
* tagdemo/configure.ac: Ditto.
* ltdl.m4: Mark as needing autoconf-mode in
emacs.
* libtool.m4: Mark as needing autoconf-mode in
emacs.  Don't add () to AS_MESSAGE_LOG_FD.
* libltdl/configure.ac: Use config-h.in as
template for config.h.
* tagdemo/configure.ac: Drop the AC_DIAGNOSTIC. Move
AC_LANG([C++]) after the OBJEXT/EXEEXT check.
2001-06-29 22:56:50 +00:00
..
.cvsignore * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
baz.cpp * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
baz.h * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
configure.ac General cleanup of autoconf-2.50 upgrade: 2001-06-29 22:56:50 +00:00
foo.cpp * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
foo.h * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
main.cpp * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
Makefile.am * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
README * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +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.