bug#7833: automake uses two different values for DejaGNU srcdir

2011-01-12 Thread Ralf Wildenhues
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

bug#7828: documentation about '-d' in AM_YFLAGS is suboptimal

2011-01-12 Thread Ralf Wildenhues
* 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

bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-12 Thread Юрий Пухальский
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

bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-12 Thread Stefano Lattarini
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

bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-12 Thread Юрий Пухальский
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

bug#7828: documentation about '-d' in AM_YFLAGS is suboptimal (was: bug#7828: Fwd: header file from yacc doesn't go to a distribution (automake 1.11))

2011-01-12 Thread Stefano Lattarini
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

bug#7828: Fwd: header file from yacc doesn't go to a distribution (automake 1.11)

2011-01-12 Thread Юрий Пухальский
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. > >