Hello Ian,
thanks for the bug report.
* Ian Lance Taylor wrote on Wed, Jan 12, 2011 at 10:52:09PM CET:
> When automake is configured to use DejaGNU, it uses two different values
> for srcdir. There are two different cases in lib/am/dejagnu.am:
> check-DEJAGNU: site.exp
> ## Life is easiest with
* Stefano Lattarini wrote on Wed, Jan 12, 2011 at 01:36:08PM CET:
> On Wednesday 12 January 2011, Юрий Пухальский wrote:
> > Package isn't enclosed because otherwise the message doesn't get through.
> >
> > > Finally had time to make some tests, and now i've got it:)
> > >
> > > When i set AM_YFLA
Aye, looks like it.
I have no objections whatsoever, i just need some method to make it
work, because it's my working project:)
So no problem with me to join together these reports.
2011/1/12 Stefano Lattarini :
> Hello Юрий.
>
> On Wednesday 12 January 2011, Юрий Пухальский wrote:
>> So i put it
Hello Юрий.
On Wednesday 12 January 2011, Юрий Пухальский wrote:
> So i put it all together.
>
> If i have a Makefile like this:
> -
> SUFFIXES = .pc
>
> .pc.lo:
> cp $(srcdir)/$*.pc $(builddir)/$*.c
> $(LTCOMPILE) -c $(builddir)/$*.c
> rm -f $(build
So i put it all together.
If i have a Makefile like this:
-
SUFFIXES = .pc
.pc.lo:
cp $(srcdir)/$*.pc $(builddir)/$*.c
$(LTCOMPILE) -c $(builddir)/$*.c
rm -f $(builddir)/$*.c
noinst_PROGRAMS = 1 2
1_SOURCES = 1.pc
db_src = 1.pc
2_SOURCES = du
Hello Юрий.
In the future, please don't open a new thread to reply to a message of a
previous thread, as this will create a new unrelated bug report in the
Automake bug tracker. Unless, of course, you deliberately want to open
a new bug report that has originated from a previous discussion -- thi
Package isn't enclosed because otherwise the message doesn't get through.
> Finally had time to make some tests, and now i've got it:)
>
> When i set AM_YFLAGS to -dt it doesn't distribute a header, probably
> because it's searching for -d to be alone.
> When i set AM_YFLAGS = -d -t, it works.
>
>