On Sat, Jan 22, 2011 at 11:16 PM, Bruno Haible wrote:
> For (A), the list of options to be ignored during dependency extraction is the
> following (cf. gnulib/build-aux/config.rpath):
> -rpath /some/path
> -Wl,-rpath -Wl,/some/path
> -Wl,-rpath,/some/path
> -lopt=-rpath -lopt=/some/path
> -Qo
Hello Ralf,
Thank you for taking care of this long-standing problem.
> implement both (A) and (B), but in the latter
> let $(prog_LIBS) override $(LIBS) instead of having both.
For (A), the list of options to be ignored during dependency extraction is the
following (cf. gnulib/build-aux/config.r
Hi Stefano,
* Stefano Lattarini wrote on Thu, Jan 20, 2011 at 10:19:24PM CET:
> On Thursday 20 January 2011, Ralf Wildenhues wrote:
> > * Stefano Lattarini wrote on Thu, Jan 20, 2011 at 12:38:17PM CET:
> > > Hmmm... while this feature might be worth having even indipendently
> > > from the issue a
[ http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/5122 ]
Hi Bruno,
first off, thanks for the very nice and detailed report, and sorry for
the delay.
* Bruno Haible wrote on Sun, Dec 12, 2010 at 03:43:00PM CET:
> When creating an executable or library, sometimes other libraries
> have t
* Stefano Lattarini wrote on Fri, Jan 21, 2011 at 10:28:24PM CET:
> - Always create yacc-derived and distributed .c and .h files in
>$(srcdir), and explicitly instruct make to alwsys look fr them
>there at first -- similarly to what is done for info files
>(yuck)
Yes, this is ugly, bu