libtool/mdemo
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 s/debug/static/ 1999-03-17 06:53:36 +00:00
configure.in * mdemo/configure.in: Move AC_LIBLTDL_CONVENIENCE before 1999-04-29 10:17:15 +00:00
foo1.c * configure.in (AC_CONFIG_SUBDIRS): add libltdl, demo, mdemo and 1999-01-10 19:16:30 +00:00
foo2.c *** empty log message *** 1999-01-09 09:51:44 +00:00
foo.h *** empty log message *** 1999-01-06 21:04:20 +00:00
main.c * bootstrap: fix libltdl/Makefile.in 1999-05-20 17:54:09 +00:00
Makefile.am * ltmain.in: always link a library before its dependency libs 1999-03-30 23:32:07 +00:00
README *** empty log message *** 1999-01-12 20:42:47 +00:00

This is mdemo, an example package that uses GNU libtool with an
Automake-generated environment to build two simple modules and 
a program.

It demonstrates how to build both dynamic and static libraries
that can be dlopened. mdemo uses libtool's portable dlopen
wrapper called "libltdl". 
All exported symbols are prefixed with "libname_LTX_" to avoid
symbols conflicts, especially when linking statically.
libltdl will automatically cut the prefix off to get the real name.