]> git.ipfire.org Git - thirdparty/libtool.git/commit
* cdemo/configure.in: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
authorThomas Tanner <tanner@gmx.de>
Wed, 27 Jan 1999 00:49:06 +0000 (00:49 +0000)
committerThomas Tanner <tanner@gmx.de>
Wed, 27 Jan 1999 00:49:06 +0000 (00:49 +0000)
commita5f6b87d4abff18e20c47b1138dd39ec5dfd0798
treea9469e308c3fbe9de4a36f506ba174a0bcfd21f2
parent880755c68bb5a8967a7b93ef8d1d6c2d526fa246
* cdemo/configure.in: renamed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL
* demo/configure.in: likewise
* depdemo/configure.in: likewise
* libltdl/configure.in: likewise
* mdemo/configure.in: likewise
* libltdl/ltdl.c: in find_module() check whether libdir is defined,
  tryall_dlopen(): move deallocation of an already opened handle
  to lt_dlopen(), allocate the directory in lt_dlopen() dynamically,
  minor cleanups, fixed memory leak (name)
* libtool.m4: renamed all AM_ macros to AC_ and added aliases for
  compatibilty, updated AC_SYS_NM_PARSE (no undefined symbols,
  don't count the symbols)
* ltconfig.in: added thread_safe_flag_spec (not used yet),
  added generic variable for linker options "linkopts" in
  all archive_cmds
* ltmain.in: added -thread-safe flag (unused)
ChangeLog
cdemo/configure.in
demo/configure.in
depdemo/configure.in
libltdl/configure.in
libltdl/ltdl.c
libtool.m4
ltconfig.in
ltmain.in
mdemo/configure.in