autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generating file lists


From: Ralf Wildenhues
Subject: Re: Generating file lists
Date: Sat, 17 Oct 2009 06:52:15 +0200
User-agent: Mutt/1.5.20 (2009-08-09)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]