Michael Carmack <[EMAIL PROTECTED]> writes:

> > The specific problem you are having seems to be that the
> > libltdl/configure script is produced by a different autoconf version
> > than Guile's configure script.
> 
> Hmm. Do you know of a way to resolve this? Should I just try to avoid
> setting environment variables altogether?

You should make sure that your installed version of libltdl is prepped
with the same version of autoconf as the Guile tree.  The easiest way
might be to find the location where libtoolize copies the libltdl
sources from and run your autoconf there.  Like

    $ which libtoolize
    /usr/bin/libtoolize
    $ cd /usr/share/libtool/libltdl
    $ autoconf

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to