Meson: meson_fc_config.h.in without FREECIV_STORAGE_DIR
Reply To cazfi
I guess nothing currently really relies on the macro
On the meson side (unlike autotools) fc_config.h includes more generic freeciv_config.h, so the macro comes to users of fc_config.h that way, and there's no need to set it in both headers.
meson.build tries to set FREECIV_STORAGE_DIR both to fc_config.h and freeciv_config.h, but fails silently in case of fc_config.h as meson_fc_config.h.in does not have the stub. I guess nothing currently really relies on the macro being present in fc_config.h, as this has not caused compile errors, but we should still correct the situation.