On Tue, Dec 11, 2012 at 12:06:49PM +0200, Eli Zaretskii wrote: > > Failing that, I will need some help here. I know enough Autoconf to > add the necessary magic to configure.ac that will replace some > @VOODOO@ with the list of files to install on Windows and leave it > empty on Posix platforms. But how do I add @VOODOO@ to Makefile.am, > so that Makefile.in gets generated with it? I don't know anything > about Automake, except how to type its name at the shell prompt.
Something convenient in Automake are conditionals. They may be very interesting in that case. See http://www.gnu.org/software/automake/manual/html_node/Conditionals.html#Conditionals -- Pat
