guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem building CVS Guile with automake 1.6.1


From: Marius Vollmer
Subject: Re: Problem building CVS Guile with automake 1.6.1
Date: 26 Apr 2002 19:19:03 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Matthias Koeppe <address@hidden> writes:

> Dear Guile maintainers: I have prepared the patch below, which checks
> for Automake 1.4, for which the work-around is still used; for newer
> automake, aclocal is called directly.  (Alternatively, one could
> require Automake 1.5 for hacking Guile and get rid of the work-around
> altogether.)

Thanks!  (We've known about this issue already, and I have a fix ready
waiting to be comitted...)

We are simply requiring automake 1.5 and put all Guile local macros
into guile-config/.  Therefore, we need to run aclocal as

    aclocal -I guile-config/

and also rig the top Makefile.am to pass "-I guile-config" to aclocal
when automatically regenerating aclocal.m4.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]