Configure: Place the argument checks at the beginning of execution
commit1d1c90412603171024708231b7a39bea085c4abc
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 4 Sep 2021 17:05:23 +0000 (4 19:05 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 4 Sep 2021 18:03:53 +0000 (4 19:03 +0100)
tree37577067362cbd111bddc2be683bc05f486791b7
parentca4ae5068baa710a97c22633e9c12e8bc8cb8be3
Configure: Place the argument checks at the beginning of execution

The autotool provides a simple mechanism which allows us to move ("divert")
the checks we do on the user arguments to the beginning of the script, yet
without needing to scatter the code.

This is good because we can raise errors very fast, user do not have to
wait until many other checks have passed before knowing he has to correct
his argument list; yet on our side we can keep related things together.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
configure.ac
m4/windowmaker.m4
m4/wm_i18n.m4