Re: [PATCH 1/3] configure: Add the possibility to read options from meson_options.txt

2021-08-30 Thread Eric Blake
On Sun, Aug 29, 2021 at 07:32:08PM +0200, Thomas Huth wrote: > To avoid double maintenance between the configure script and > meson_options.txt, add some simple logic in the configure script > to read the options from meson_options.txt. > > Signed-off-by: Thomas Huth > --- > configure | 24 +

[PATCH 1/3] configure: Add the possibility to read options from meson_options.txt

2021-08-29 Thread Thomas Huth
To avoid double maintenance between the configure script and meson_options.txt, add some simple logic in the configure script to read the options from meson_options.txt. Signed-off-by: Thomas Huth --- configure | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff