From 935002e8992193b670d0fb60519e1020e1b9b52d Mon Sep 17 00:00:00 2001
From: Björn Persson
Those Make variables that installing users are expected to change can be configured persistently. Run "make configure" with some variables -set on the command line. Those variables will then be saved in a file named -comfignat_configuration.mk, which will be loaded in all subsequent -Make invocations. Additional variables can be configured incrementally. The -configuration can be erased with "make unconfigure" or as a part -of "make distclean".
+set on the command line or in the environment. Those variables will then be +saved in a file named comfignat_configuration.mk, which will be +loaded in all subsequent Make invocations. Additional variables can be +configured incrementally. In subsequent Make invocations environment variables +override values that were configured from the environment, and variables set on +the command line override all configured values. The configuration can be +erased with "make unconfigure" or as a part of +"make distclean".The variables that can be configured are listed in the variable configuration_variables. The variables listed in options -- cgit v1.2.3