]> www.infradead.org Git - users/dwmw2/qemu.git/commit
configure: allow configuring localedir
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 Oct 2020 08:35:10 +0000 (04:35 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Oct 2020 11:08:37 +0000 (07:08 -0400)
commitfe0038bec26fdac2256db43894d55d1a6f798c0f
treed5bddd49ac31b14e5dfaa3e5e081144c38315908
parent5914ef77cc1bd4c3d79ccd3e3f82f34604275b93
configure: allow configuring localedir

Meson has a localedir option, so passing the path through that option
is the cleanest way when we move directories out of config-host.mak.
In preparation for doing that without changing semantics and without
special-casing localedir code, add a configure option.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure