guile-devel
[Top][All Lists]
Advanced

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

Re: PATCH for guile-readline/Makefile.am


From: Kevin Ryde
Subject: Re: PATCH for guile-readline/Makefile.am
Date: Thu, 15 Jan 2004 06:50:42 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Richard Todd <address@hidden> writes:
>
> If you don't like this method and can find a better way, please do so,

How about

        ln -s $(srcdir)/readline.scm ice-9/readline.scm

$(srcdir) is right for both in-place and separate builds.


> +             (cd ice-9 && $(LN_S) ../$<)  \
> +        else \
> +             (cd ice-9 && $(LN_S) $<) \

Alas, $< is not portable in ordinary rules (see the autoconf manual).




reply via email to

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