| PROCESS_FILES="Makefile src/Makefile"
| 
| AC_OUTPUT([$PROCESS_FILES])

Hm, do you really depend upon this?  You're out of the Automake law.
Sure we can (should?, hm, I miss Alexandre :) re enable it, but it
seems like a bad idea.

A better idea is

if aldjaslkdj; then
  AC_CONFIG_FILES(src1/Makefile)
else
  AC_CONFIG_FILES(src2/Makefile)
fi

but it won't work :)  In fact, we must start debating with the
Automake team to know if they need a static list of what is really
going to be used, or just a static list of what will potentially be
used.  Not for 2.50 I think.

Reply via email to