Howdy all! Is there any way to set an automake variable in the top-level automake file? (That is, the file which contains SUBDIRS = ...)
I find myself setting AM_CFLAGS=-g in many subdirectories. Also I am setting AM_LDFLAGS everywhere to point to a library directory that the user can specify at configure time. Surely there is an easier way? Thanks for any comments! Ed --