Is there documentation on where configuration variables are allowed in automake files?
Here's a small example: #Is this supported? AM_CPPFLAGS = @MY_EXTRA_FLAGS@ noinst_PROGRAMS = foo # This is documented as not allowed. foo_SOURCES = @MY_SOURCES@ foo_LDADD = @HOW_ABOUT_THIS@ ... thanks for any help, jerry
