diff options
Diffstat (limited to 'autosetup/system.tcl')
-rw-r--r-- | autosetup/system.tcl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/autosetup/system.tcl b/autosetup/system.tcl index 9d9cb39..7b4045d 100644 --- a/autosetup/system.tcl +++ b/autosetup/system.tcl @@ -9,6 +9,16 @@ # It also support the 'feature' naming convention, where searching # for a feature such as sys/type.h defines HAVE_SYS_TYPES_H # +# It defines the following variables, based on --prefix unless overridden by the user: +# +## datadir +## sysconfdir +## sharedstatedir +## localstatedir +## infodir +## mandir +## includedir +# module-options { host:host-alias => {a complete or partial cpu-vendor-opsys for the system where the application will run (defaults to the same value as --build)} |