automake
[Top][All Lists]
Advanced

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

Re: variable substitution in AC_OUTPUT


From: Tom Tromey
Subject: Re: variable substitution in AC_OUTPUT
Date: 25 Nov 2000 16:53:46 -0700

>>>>> "Marc" == Marc van Woerkom <address@hidden> writes:

Marc>     MY_MODULES="Base Dataserver2"
Marc>     MY_MAKEFILES="`for D in $MY_MODULES; do echo $ac_n ' '$D/Makefile; 
done`"

Marc>     AC_OUTPUT([
Marc>     Makefile 
Marc>     macros/Makefile
Marc>     $MY_MAKEFILES
Marc>     src/Makefile
Marc>     test/Makefile
Marc>     ])

Automake can't use this.  Automake wants to know the list of AC_OUTPUT
files statically.  The only approach is to list them all.

Tom



reply via email to

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