comparison aclocal.m4 @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents e6508b64ee08
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
215 dnl So, having said all of that, we diverge from libtool significantly 215 dnl So, having said all of that, we diverge from libtool significantly
216 dnl here. We want to try and use the C compiler as much as possible. Only 216 dnl here. We want to try and use the C compiler as much as possible. Only
217 dnl if the C compiler itself cannot create shared libraries do we try to 217 dnl if the C compiler itself cannot create shared libraries do we try to
218 dnl find the linker. 218 dnl find the linker.
219 dnl 219 dnl
220 dnl The other advantage to my scheme is that it removes the dependancy 220 dnl The other advantage to my scheme is that it removes the dependency
221 dnl on a given compiler version remaining static with relation to the 221 dnl on a given compiler version remaining static with relation to the
222 dnl version of XEmacs. With the libtool way, it picks up the linker that 222 dnl version of XEmacs. With the libtool way, it picks up the linker that
223 dnl gcc uses, which can be the internal collect2 that comes with gcc. 223 dnl gcc uses, which can be the internal collect2 that comes with gcc.
224 dnl If the user ever changes their compiler version, the paths will no 224 dnl If the user ever changes their compiler version, the paths will no
225 dnl longer be correct, and ellcc will break. This is clearly unacceptable. 225 dnl longer be correct, and ellcc will break. This is clearly unacceptable.