From bd7bdf0be2279a1e224a4a1703ca0c313088cdad Mon Sep 17 00:00:00 2001
From: Björn Persson
The command "make show_configuration" may be used to view the +current configuration. It outputs the configured variables in Make assignment +syntax, but easier to read than the actual configuration file. Variables that +were configured from the command line are shown as ordinary assignments with +"=", and those that were configured from the environment are shown as +conditional assignments with "?=".
+The variables that can be configured are listed in the variable configuration_variables. The variables listed in options are included. You can make additional variables configurable by appending their @@ -518,6 +528,30 @@ be useful to users as-is, but it will be more helpful if you edit it. Put the title of your project in the heading, add information about optional features and testing, and delete parts that don't apply to your project.
+The directory variables alidir and archincludedir +were added.
The directory variable runtimedir was renamed to +runstatedir to keep Comfignat compatible with the GNU Coding +Standards.
Comfignat.Bindir was made relative to Comfignat.Libexecdir when +relocatable_package is true.
Comfignat's behaviour in sub-Makes was fixed so that subprocesses +working in subdirectories use the right build and staging directories.
The ability to save environment variables in the persistent +configuration was added.
The Make target show_configuration was added.