>>> "Alexander" == Alexander Fuchs <[EMAIL PROTECTED]> writes:
[...] Alexander> So, is this a bug? Obviously :) I've submitted this as PR/325. Alexander> Why is $(gflibutilitydir) not evaluated, Because it's a make variable. configure extracts the list of dependency files to create out of your Makefile, but it doesn't know how to evaluate any make variable involved. Alexander> how can I fix my problem? Short of a real fix, you could drop `subdir-objects' or stop using these variables (instead, repeat the relative path for each source). -- Alexandre Duret-Lutz
