This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Help with @some_configure_var@ variables in automake files.
- From: "Iseri, Jerry" <Jerry dot Iseri at SpirentCom dot COM>
- To: "'automake at gnu dot org'" <automake at gnu dot org>
- Date: Fri, 25 Oct 2002 12:35:55 -1000
- Subject: Help with @some_configure_var@ variables in automake files.
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