]> git.ipfire.org Git - thirdparty/libtool.git/commit
* use the same header in all configure.in's and Makefile.am's
authorThomas Tanner <tanner@gmx.de>
Sat, 20 Mar 1999 00:27:33 +0000 (00:27 +0000)
committerThomas Tanner <tanner@gmx.de>
Sat, 20 Mar 1999 00:27:33 +0000 (00:27 +0000)
commite65f46d3fc4eb98d25ee94ad8e6f51c5846c8fe3
tree2c21f4860c42865f6298c0935f904574d38c5ad3
parentdf9ed2d8d4beae4d2b105b49320dbf0ce475e727
* 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)
25 files changed:
ChangeLog
Makefile.am
NEWS
TODO
cdemo/Makefile.am
cdemo/configure.in
demo/Makefile.am
demo/configure.in
depdemo/Makefile.am
depdemo/configure.in
depdemo/l1/Makefile.am
depdemo/l2/Makefile.am
depdemo/l3/Makefile.am
depdemo/l4/Makefile.am
doc/Makefile.am
doc/libtool.texi
libltdl/Makefile.am
libltdl/configure.in
libltdl/ltdl.c
libtool.m4
ltconfig.in
ltmain.in
mdemo/Makefile.am
mdemo/configure.in
tests/Makefile.am