Allow disabling the building of the whiptail binary, loosening the dependency on libpopt.
Nice improvement.
It seems the bin directory and locale files are installed even when both whiptail and tcl are disabled. Can you please have a look at that?
rebased onto d92e05d0aa2a28808b06bf48f4da52d1b1519082
Done. /bin is not created when whiptail is not installed, and locale files are only installed with whiptail and whiptcl.so. --disable-nls also disables installation of locale files.
Applied. Thanks!
Pull-Request has been closed by mlichvar
Allow disabling the building of the whiptail binary, loosening the dependency on libpopt.