aboutsummaryrefslogtreecommitdiff
path: root/autosetup/system.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-09-14 10:35:12 +1000
committerSteve Bennett <steveb@workware.net.au>2016-09-29 08:09:49 +1000
commita6a4cfa76408fdd5d93a9cc1417e53fb6c017924 (patch)
treed4c24662bf1500b4ad9e99c391b5587c445c06c2 /autosetup/system.tcl
parent991e0e4ea183eedec150751ed51029bce41690c8 (diff)
downloadjimtcl-a6a4cfa76408fdd5d93a9cc1417e53fb6c017924.zip
jimtcl-a6a4cfa76408fdd5d93a9cc1417e53fb6c017924.tar.gz
jimtcl-a6a4cfa76408fdd5d93a9cc1417e53fb6c017924.tar.bz2
Update autosetup to v0.6.6
Among other things, includes improved option parsing Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'autosetup/system.tcl')
-rw-r--r--autosetup/system.tcl10
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)}