libtool/depdemo
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
..
l1 * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
l2 * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
l3 * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
l4 * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
configure.ac General cleanup of autoconf-2.50 upgrade: 2001-06-29 22:56:50 +00:00
main.c * depdemo/main.c: Support -alt. 2000-09-05 12:54:02 +00:00
Makefile.am * use the same header in all configure.in's and Makefile.am's 1999-03-20 00:27:33 +00:00
README * ltmain.in: strip off the .exe suffix only on *Win 1999-05-23 10:03:23 +00:00
sysdep.h * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00

This is depdemo, an example package that uses GNU libtool with an
Automake-generated environment to build many interdependent libraries
and a test program.

There are four libraries: l1, l2, l3 and l4.
l1 depends on nothing.
l2 depends on l1.
l3 depends on l1 and l2.
l4 depends on l3 and libm.

The test program uses l1, l2 and l4.