>>>>> "Marc" == Marc van Woerkom <[EMAIL PROTECTED]> 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