libtool/demo
Thomas Tanner b6eed25814 * demo/Makefile.am: moved testsuite specific declarations to the end,
the deplibs check is now optional
* libltdl/configure.in: read libtool --config only once,
  merged AC_SYS_SYMBOL_UNDERSCORE+AC_SYS_NM_PARSE from libtool.m4
* libtool.m4: AC_SYS_SYMBOL_UNDERSCORE+AC_SYS_NM_PARSE were not
  used, lt_dlopen and silent may be empty, AC_SYS_LIBTOOL_CYGWIN
  no longer necessary
* ltconfig.in: NM is already checked in libtool.m4,
* ltmain.in: always link all static dependency_libs
* tests/Makefile.am: added deplibs.test
* tests/demo-exec.test, demo-inst.test: removed hell0
* tests/deplibs.test: new test to test the deplibs_check_method
1999-04-01 15:34:13 +00:00
..
.cvsignore s/debug/static/ 1999-03-17 06:53:36 +00:00
configure.in * doc/libtool.texi: fixed a typo 1999-03-30 19:22:41 +00:00
dlmain.c * demo/dlmain.c (_WIN32): The lt_symlist structure is now const, 1999-02-15 14:23:02 +00:00
foo.c typo 1999-03-07 22:02:47 +00:00
foo.h *** empty log message *** 1999-01-13 21:39:14 +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 *** empty log message *** 1998-12-31 11:25:57 +00:00
main.c *** empty log message *** 1998-12-31 11:25:57 +00:00
Makefile.am * demo/Makefile.am: moved testsuite specific declarations to the end, 1999-04-01 15:34:13 +00:00
README *** empty log message *** 1998-02-12 05:45:15 +00:00
run.test

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>.