libtool/demo
Gary V. Vaughan b030600990 * doc/PLATFORMS: Updated.
* demo/configure.in:  Revert to the `libtool --features' test.
* Makefile.am (libtool):  This needs to rerun configure now that
libtool is generated entirely by AC_PROG_LIBTOOL again.
(ltconfig): Removed.
(ltmain.sh):  Is now regenerated when ltmain.in changes.
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Now does all of the work for
generating libtool immediately in configure.in, rather than
deferring part of the creation until config.status runs.
2000-09-21 00:10:41 +00:00
..
.cvsignore s/debug/static/ 1999-03-17 06:53:36 +00:00
configure.in * doc/PLATFORMS: Updated. 2000-09-21 00:10:41 +00:00
dlmain.c * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
foo.c * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
foo.h * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
hell1.c * demo/Makefile.am: create a static library, link two libtool 1999-03-26 00:08:49 +00:00
hell2.c * demo/Makefile.am: create a static library, link two libtool 1999-03-26 00:08:49 +00:00
hello.c * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
main.c * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +00:00
Makefile.am * demo/Makefile.am (hc-direct, hc-libflag, hc-libpath, hc-minusl): 1999-04-25 08:35:32 +00:00
README *** empty log message *** 1998-02-12 05:45:15 +00:00

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

Admittedly, it would be better if this was a more realistic example,
say, a program that actually did something useful, but we can't have
everything.

Send bug reports and comments about GNU hell to the libtool mailing
list <bug-libtool@gnu.org>.