aee1b47925
"ENV=VAR ./configure" is different from "./configure ENV=VAR". The latter caches command line variables in config.status. So "config.status --recheck" succeeds executing configure script Otherwise, "config.status --recheck" often fails when only source is updated because some variables are not cached. Examples include being not able to find bison or vkd3d.h when they are obviously present, which are because of missing BISON and VKD3D_CFLAGS variables. Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> |
||
---|---|---|
.. | ||
makefile_base.mak |