libtool/demo
Thomas Tanner e65f46d3fc * use the same header in all configure.in's and Makefile.am's
* NEWS: improved support for BeOS and Cygwin
* TODO: ILD branch was merged, all internal variables and macros
  are now documented
* demo/Makefile.am: use $(LIBS) instead of -lm
* doc/libtool.texi: documented new variable hardcode_into_libs
  and thread_safe_flag_spec, renamed all AM_ENABLE/DISABLE_* macros
  to AC_*, documented AC_DISABLE_FAST_INSTALL and AC_LIBTOOL_DLOPEN
* libltdl/ltdl.c: added two new error messages (cannot_open_error,
  cannot_close_error), use them where approriate,
  BeOS support (thanks to Xavier Pianet), on BeOS search modules
  additionally in ADDON_PATH
* libtool.m4: rewrote AC_CHECK_LIBM: BeOS and Cygwin don't have
  libm and *-ncr-sysv4.3* requires libmw
* ltconfig.in: don't check for LoadLibrary, hardcode dlopen
  configuration for BeOS and Cygwin
* ltmain.in: fix sourcing of .la files on Solaris
  (patch by Raja R Harinath)
1999-03-20 00:27:33 +00:00
..
.cvsignore s/debug/static/ 1999-03-17 06:53:36 +00:00
configure.in * use the same header in all configure.in's and Makefile.am's 1999-03-20 00:27:33 +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
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 * use the same header in all configure.in's and Makefile.am's 1999-03-20 00:27:33 +00:00
README *** empty log message *** 1998-02-12 05:45:15 +00:00
run.test Initial revision 1997-04-01 19:18:28 +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>.