comparison aclocal.m4 @ 2079:9402c85dcf6f

[xemacs-hg @ 2004-05-14 15:35:28 by james] Second LTDL patch due to the still unknown problem preventing the first commit from committing the stuff in the top-level directory.
author james
date Fri, 14 May 2004 15:35:31 +0000
parents b5db5c9230b1
children 3580ae2ce979
comparison
equal deleted inserted replaced
2078:0bcc1e4dfd91 2079:9402c85dcf6f
216 dnl execute code in the .init section before dlopen() returns. This is 216 dnl execute code in the .init section before dlopen() returns. This is
217 dnl vital, as the module may have been compiled to rely on that behavior. 217 dnl vital, as the module may have been compiled to rely on that behavior.
218 dnl 218 dnl
219 dnl So, having said all of that, we diverge from libtool significantly 219 dnl So, having said all of that, we diverge from libtool significantly
220 dnl here. We want to try and use the C compiler as much as possible. Only 220 dnl here. We want to try and use the C compiler as much as possible. Only
221 dnl if the C compiler itself cannot create shared libraries to we try to 221 dnl if the C compiler itself cannot create shared libraries do we try to
222 dnl find the linker. 222 dnl find the linker.
223 dnl 223 dnl
224 dnl The other advantage to my scheme is that it removes the dependancy 224 dnl The other advantage to my scheme is that it removes the dependancy
225 dnl on a given compiler version remaining static with relation to the 225 dnl on a given compiler version remaining static with relation to the
226 dnl version of XEmacs. With the libtool way, it picks up the linker that 226 dnl version of XEmacs. With the libtool way, it picks up the linker that