"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| ChangeLog
| 2002-05-15 Garst Reese <[EMAIL PROTECTED]>
| * fix c&p boo boo
| * fix to work with .so as well as .a or both.--- pspell.m4.save Wed May 15
|17:54:20 2002
| +++ pspell.m4 Wed May 15 20:49:46 2002
| @@ -31,12 +31,12 @@
| pspell_lib_found="Setting to $pspell_use_lib"
| else
| pspell_libs="/usr/lib /usr/lib/pspell /usr/local/lib /usr/local/lib/pspell"
| - AC_FIND_FILE(libpspell.a,$pspell_libs,pspell_use_lib)
| + AC_FIND_FILE(libpspell.a libpspell.so,$pspell_libs,pspell_use_lib)
| pspell_lib_found="yes"
| fi
|
| if test "$pspell_use_include" = "NO" || \
| - test "$pspell_use_include" = "NO"; then
| + test "$pspell_use_lib" = "NO"; then
| if test "$USE_PSPELL" = "yes"; then
| USE_PSPELL="not found"
| fi
I do not think that this is the solution that we really want, on my
box. libpspell is a libtool library: libpspell.la
I do not know how other boxes does this, do they also have a libtool
lib?
I wonder why pspell.m4 does not use the regular machinery for finding
libraries and header files.
--
Lgb