Hi Thomas On Sun, Aug 29, 2021 at 9:32 PM Thomas Huth wrote: > It's cumbersome to maintain the build options twice, one time in the > configure script and one time in meson_options.txt. Thus let's add some > logic to the configure script to look at the meson_options.txt file > instead of handling every option twice. > > Thomas Huth (3): > configure: Add the possibility to read options from meson_options.txt > configure: Remove options that can be handled via meson_options.txt > instead > configure: Get help text from meson_options.txt > > configure | 429 ++++++---------------------------------------- > meson_options.txt | 2 +- > 2 files changed, 53 insertions(+), 378 deletions(-) > > It looks similar to: https://patchew.org/QEMU/20210107140039.467969-1-pbonzini@redhat.com/ Isn't it? (I haven't studied in details neither, I may be out of topic).