Bob Proulx wrote:
> Ralf Wildenhues wrote:
>> * Guillaume Rousse wrote:
>>> Am i supposed to manually set libdir according to build host to get
>>> compliance with such constraint ?
>> Yes, you can specify --libdir at configure time. Note for system
>> installations you will usually have to set mo
I'm using automake-1.9.6 and am having problems with texinfo files and a
read only source tree. In my generated Makefile.in, there is the
following suffix rule:
.texi.info:
restore=: && backupdir="$(am__leading_dot)am" && \
am__cwd=`pwd` && cd $(srcdir) && \
rm -rf $$backupdir &
Hi Dan,
* Dan McMahill wrote on Fri, Mar 24, 2006 at 02:57:15PM CET:
>
> I'm using automake-1.9.6 and am having problems with texinfo files and a
> read only source tree. In my generated Makefile.in, there is the
> following suffix rule:
*snip*
> Of particular interest is it explicitly goes t
Ralf Wildenhues wrote:
Hi Dan,
* Dan McMahill wrote on Fri, Mar 24, 2006 at 02:57:15PM CET:
I'm using automake-1.9.6 and am having problems with texinfo files and a
read only source tree. In my generated Makefile.in, there is the
following suffix rule:
*snip*
Of particular interest is it
Hi Ralf,
>
> I agree that it would be quite useful to have something like this. I
> remember other users ask for this, and even some floating patches, which
> have never been addressed AFAIR. What I don't remember is how generic
> and good those patches were.
>
Can you tell me, where I might fin