* NightStrike wrote on Fri, Oct 16, 2009 at 08:51:15PM CEST: > Ok, so I tried to be fancy and do this: > > AS_VAR_APPEND([SYSHEAD_LIST],[AS_ECHO([$srcdir/include/sys/*.h])]) > > But that results in $SYSHEAD_LIST being equal to "printf". Darn. You'd still need to put the AS_ECHO in a `...` command substitution. > I was hoping to be able to keep appending more files to this list. Am > I not using AS_VAR_APPEND right? You are using it right, but it doesn't assume the second argument is a command. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf