libtool/cdemo
Thomas Tanner 1707ab25bb * bootstrap: fix libltdl/Makefile.in
* cdemo/main.c: "Welcome _to_ ..."
* mdemo/main.c: ditto
* libltdl/configure.in: support multiple dlopening mechanisms
  at once
* libltdl/ltdl.c: prefix system dependent functions with "sys_"
  to avoid symbol conflicts (libdld didn't work)
* libtool.m4 (AC_LIBLTDL_*): set INCLTDL to the path of ltdl.h
* ltconfig.in: check for dlopen with -ldl first
1999-05-20 17:54:09 +00:00
..
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
configure.in * doc/libtool.texi: fixed a typo 1999-03-30 19:22:41 +00:00
foo.c renamed foo1.c to foo.c 1999-02-15 16:48:24 +00:00
foo.h * configure.in (AC_CONFIG_SUBDIRS): added cdemo 1999-01-13 08:28:35 +00:00
main.c * bootstrap: fix libltdl/Makefile.in 1999-05-20 17:54:09 +00:00
Makefile.am * doc/libtool.texi: fixed a typo 1999-03-30 19:22:41 +00:00
README don't hardcode the UNIX ; PATH separator 1999-01-14 13:05:21 +00:00

This is cdemo, an example package that uses GNU libtool with an
Automake-generated environment to build two simple libraries and programs.

It demonstrates how to build convenience libraries