Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-27 Thread Russ Allbery
Bruno Haible writes: > Hi Ralf, >> +# Ensure objects in ../src are renamed so they don't conflict with >> +# the objects generated from ../src/Makefile. >> +libgettextpo_la_CPPFLAGS = $(AM_CPPFLAGS) > Wow. What a hack! Even with the comments, I could not understand how > changing CPPFLAGS could

Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-27 Thread Bruno Haible
Hi Ralf, > > - How to use Automake conditionals or AC_SUBSTed variables without > > file names as replacement for AC_LIBOBJ. > > That's fine only for projects where the list of libobjs is taken from a > static list of file names. Thus it may be fine for gnulib, but it is > not something we