libtool/tests/tagdemo
Ralf Wildenhues baf8599e6f Assume C89 for included headers, and throughout the testsuite.
* NEWS: Update.
* libltdl/argz.c: Do not include strings.h nor memory.h, include
string.h unconditionally.
Patch by Simon Josefsson <jas@extundo.com>.
* libltdl/libltdl/lt__private.h: Likewise.
* libltdl/m4/ltdl.m4 (LTDL_INIT): Do not check for string.h,
strings.h, memory.h.
* tests/cdemo/configure.ac: Assume presence of math.h.
* tests/cdemo/foo.c: Likewise.
* tests/demo/configure.ac: Likewise for math.h, string.h.
Assume 'const'.  Drop obsolete AC_EXEEXT.
* tests/demo/dlmain.c: Likewise.
* tests/demo/foo.c: Likewise.
* tests/depdemo/configure.ac: Likewise.
* tests/depdemo/l4/l4.c: Likewise.
* tests/f77demo/configure.ac: Likewise.  Also drop obsolete
AC_OBJEXT.
* tests/fcdemo/configure.ac: Likewise.
* tests/mdemo/configure.ac: Likewise.
* tests/mdemo/foo1.c: Likewise.
* tests/mdemo/foo2.c: Likewise.
* tests/mdemo2/configure.ac: Likewise.
* tests/pdemo/configure.ac: Likewise.
* tests/pdemo/longer_file_name_dlmain.c:
* tests/pdemo/longer_file_name_foo.c: Likewise.
* tests/pdemo/longer_file_name_foo2.c: Likewise.
* tests/tagdemo/configure.ac: Likewise.
* tests/tagdemo/foo.cpp: Likewise.
2007-01-27 16:45:40 +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 Assume C89 for included headers, and throughout the testsuite. 2007-01-27 16:45:40 +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 Assume C89 for included headers, and throughout the testsuite. 2007-01-27 16:45:40 +00:00
foo.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
main.cpp * tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp [ hpux ] <aCC>: 2006-03-17 17:20:11 +00:00
Makefile.am * tests/cdemo/Makefile.am: Remove broken use of undocumented 2006-02-03 09:37:04 +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.