libtool/cdemo
Thomas Tanner 3e89f4c492 * doc/libtool.texi: fixed a typo
* libtoolize.in: add the libtool scripts to libltdl.tar.gz
* libtool.m4: don't AC_SUBST(USE_SYMBOL_UNDERSCORE),
  AC_CHECK_LIBM sets LIBM, AC_LIBLTDL_INSTALLABLE doesn't work
  when libltdl is already installed
* *demo/Makefile.am: use LIBM
* *demo/configure.in: AC_SUBST LIBM
* libltdl/configure.in: use ac_cv_sys_symbol_underscore instead of
  USE_SYMBOL_UNDERSCORE
* ltconfig.in: added link_all_deplibs variable
* doc/libtool.texi: document it
* ltmain.in: always search for libname.la - don't eval libname_spec,
  when linking libraries against static ones just print a warning
  and add them to dependency_libs, add -lc before deplibs,
  always link all dependencies of a static library or if
  link_all_deplibs is yes, hardcode library paths if
  hardcode_into_libs is no, don't link against dependency_libs
  that already are deplibs
1999-03-30 19:22:41 +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 * cdemo/Makefile.am: renamed *foo1 to *foo, removed $(MATH_LIB) 1999-02-15 16:46:55 +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