Re: variable substitution in AC_OUTPUT

2000-11-25 Thread Tom Tromey
> "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/Makef

variable substitution in AC_OUTPUT

2000-11-22 Thread Marc van Woerkom
I need to have the list of files in AC_OUTPUT variable, but I can't make it work with automake. This is the full list AC_OUTPUT([ Makefile macros/Makefile Base/Makefile Dataserver/Makefile Dataserver2/Makefile Dataserver3/Makefile src/Makefile test/Makefile