* m4/module.c (caller_id): To match libtool-2.0 interface, changed
commitdf369c9870c89fca07ded2e43af870dde74da2de
authorGary V. Vaughan <gary@gnu.org>
Thu, 27 Oct 2005 16:04:02 +0000 (27 16:04 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 6 Oct 2007 12:42:17 +0000 (6 06:42 -0600)
treedbe893ac50713953493527d841788584e16a47a9
parent729fd64aa48aff71ccdc8ed1e14200214843838c
* m4/module.c (caller_id): To match libtool-2.0 interface, changed
to ...
(iface_id): ...an lt_dlinterface_id type.
(m4__module_find): New abstraction for lt_dlhandle_fetch.  Use
throughout, instead of calling obsolete lt_dlhandle_find directly.
(m4__module_next): Use multiloader-safe lt_dlhandle_iterate.  Use
throughout, instead of calling obsolete lt_dlhandle_next.
* m4/m4private.h (m4__module_find): Declare it.
* m4/builtin.c (m4_builtin_find_by_name, m4_builtin_find_by_func):
Use m4__module_next instead of obsolete lt_dlhandle_next.
ChangeLog
m4/builtin.c
m4/m4private.h
m4/module.c
modules/load.c
src/freeze.c