This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: QTHREAD_LTLIBS not being expanded ?


karlheg@inetarena.com (Karl M. Hegbloom) writes:

>  I am off to read the autoconf manuals after I mail this off...  So
>  perhaps after a day or two I can solve it on my own, but I need to
>  ask anyhow because it might not be obvious.
> 
>  What's wrong here?  How do I cure it? I tried a fresh checkout to be
>  sure.

This is a problem which only occurs when
1. you have configured with--enable-maintainer-mode, and,
2. we have changed the m4 configuration macros.

The change is that we have a new file for thread configuration:
qthreads.m4.  Copy this file to the place where your aclocal command
stores its macros (normally /usr/local/share/aclocal), then do an
aclocal && autoconf in the source directory and reconfigure.

/mdj