configure: remove backwards-compatibility code
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2022 12:58:55 +0000 (14:58 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Jan 2023 09:44:35 +0000 (10:44 +0100)
commit75cc286485742feeb00f4b446f5682765792323e
tree162fda001857712d83bc8175e6e9dd06f5fff2a0
parent3d304620ec6c95f31db17acc132f42f243369299
configure: remove backwards-compatibility code

The cmd_line.txt mangling is only needed when rebuilding from very old
trees and is kept mostly as an example of how to extend it.  However,
Meson 0.63 introduces a deprecation mechanism for meson_options.txt
that can be used instead, so get rid of our home-grown hack.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure