Hi Alexandre,
* Alexandre Julliard wrote on Mon, Jun 19, 2006 at 01:23:13PM CEST:
> The following recent change
> is causing warnings in the Wine configure:
> config.status: creating dlls/Makedll.rules
> That's because in Wine, datarootdir is defined in the global
> Make.rules file, which is then included into the individual makefiles
> using AC_SUBST_FILE. This means ${datarootdir} is legitimately present
> in the output without being part of the current input file.
>
> I'm happy to add a workaround in Wine if you can suggest one,
> preferably one that doesn't involve defining datarootdir in every
> individual makefile...
Yes. If you don't mind, you could add this line
# This comment contains 'datarootdir' to shut up config.status.
to your files. I hope that is ok for you.
Cheers,
Ralf