rkd77 / elinks

Fork of elinks
Other
349 stars 38 forks source link

Meson setup does not report all build config options #225

Closed aelmahmoudy closed 1 year ago

aelmahmoudy commented 1 year ago

Meson setup does not report all build config options, for example it doesn't report that there is a true colors option that isn't enabled in this build: https://salsa.debian.org/aelmahmoudy/elinks/-/jobs/4158575/raw

In contrast to autoconf build which reports all available build condig options, and which got enabled or disabled.

eli-schwartz commented 1 year ago

This can for example be printed by running meson configure.

This is like ./configure --help when run inside the source directory -- when run inside the build directory, though, it also reports what the current values are for each option.