Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Yes. This is a useful TODO item. > > I think you should be able to work around it by using > AC_CONFIG_LIBOBJ_DIR and putting all LIBOJBS in a separate directory, > with separate Makefile.am, ensuring that they are built early enough, > and setting AM_CPPFLAGS and AM_CFLAGS there. I suppose you know all > this already, but don't want to spoil your nonrecursive build. ;-)
Ah, yes, I hadn't thought through that. Well, for this particular project, globally setting CPPFLAGS was okay, just not the way I was planning on doing it. So I have a working work-around. Thanks for the queued TODO item! -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
