Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * Alexandre Julliard wrote on Mon, Jun 19, 2006 at 05:50:04PM CEST: >> Ralf Wildenhues <[EMAIL PROTECTED]> writes: >> > * Alexandre Julliard wrote on Mon, Jun 19, 2006 at 01:23:13PM CEST: >> >> 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 > >> Well, that isn't much better than defining it, since we have to do it >> in all the files. We currently have about 300 makefiles, so having to >> maintain that sort of thing in all of them is annoying. > > OK. We need a way to turn this mechanism off. Stay tuned.
Maybe you could grep the output file for something like /^[ \t]*datarootdir[ \t]*=/ to check if it's being defined, even if it's not present in the input file? Not sure how reliable that would be, but it would work for us. -- Alexandre Julliard [EMAIL PROTECTED]
