* 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.
11 lines
362 B
Makefile
11 lines
362 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
SUBDIRS = ice-9 qt libguile build
|
|
|
|
## FIXME: in the future there will be direct automake support for
|
|
## doing this. When that happens, switch over.
|
|
aclocaldir = $(datadir)/aclocal
|
|
aclocal_DATA = guile.m4 qthreads.m4
|
|
|
|
EXTRA_DIST = $(aclocal_DATA) ltconfig ltmain.sh acconfig.h \
|
|
HACKING GUILE-VERSION
|