Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-25 Thread Ralf Wildenhues
* Bruno Haible wrote on Wed, May 26, 2010 at 12:11:45AM CEST: > > I see a few possible alternative ways out: > > - Automake requires subdir-objects if you put slashes into $LIBOBJS, > > There are cases where the developer does not want 'subdir-objects'. > I'm having the problem with AC_LIBOBJ in t

Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-25 Thread Bruno Haible
[Adding bug-autoconf. This is a reply to .] Hi Ralf, > Autoconf code knows nothing about the Automake subdir-objects option > (and what's more, that option may vary between different Makefile.am > files). Exactly, that's the main s

Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-25 Thread Ralf Wildenhues
[ adding bug-autoconf, for reference; ] Hello Bruno, thanks for the bug report. * Bruno Haible wrote on Tue, May 25, 2010 at 01:59:19AM CEST: > When AC_LIBOBJ is used with a source file in a subdirectory, no problem > from autoco

Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-25 Thread Bruno Haible
PS: The challenge is to get AC_LIBOBJ working - with and without the 'subdir-objects' option, - for object files in executables, .a libraries, and .la libtool libraries. In all 6 situations. Bruno