Clean up thread configuration.
authorJim Blandy <jimb@red-bean.com>
Mon, 27 Jul 1998 01:00:40 +0000 (01:00 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 27 Jul 1998 01:00:40 +0000 (01:00 +0000)
commit539c89a1ca97bb1b5aafdfe3c0dbd0824f0d2052
treeaa4f625aea09d59f2ed8505ab9e3c39182541f7d
parentc789ad32a706c89ead940d87a09e7979e100f345
Clean up thread configuration.
* qthreads.m4: New file, which knows how to configure the qthreads
library.
* configure.in: Replace all thread package selection code.  Do the
--with-threads argument processing here.  Enable the appropriate
thread interface files in libguile.  Remove all qthreads
configuration code; call QTHREADS_CONFIGURE instead.  Set
GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
* threads.m4: Removed; not used any more.
* Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
* Makefile.in, aclocal.m4, configure: Rgnrtd.  (Sv th vwls!)
Note that these were regenerated with the tools available from
Cygnus's source tree, which have patches not available to the
general public.  I'm not sure this was a good idea; feel free to
revert them to the latest released versions of the tools.
Makefile.am
Makefile.in
aclocal.m4
configure
configure.in
qthreads.m4 [new file with mode: 0644]
threads.m4 [deleted file]