>>>>> "Thomas" == Thomas Vander Stichele <[EMAIL PROTECTED]> writes:
Thomas> AUTHORS=`cat AUTHORS` Thomas> AC_DEFINE_UNQUOTED(AUTHORS, "$AUTHORS") Thomas> AC_SUBST(AUTHORS) This is more of an autoconf question. Thomas> My question is basically, what is the cleanest way to pull in Thomas> the AUTHORS file and protect the newlines some way that later Thomas> on the AUTHORS variable expands to a multiline where Thomas> appropriate (for example, in a generated spec file) ? AC_SUBST_FILE. For the DEFINE there might not be a good way. Tom