summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-05-05 19:11:36 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-05-05 19:11:36 +0000
commit96a4a5b2c40abb9a6fa854f7431c192f6c047d44 (patch)
tree033082579bbf0ade557153e9d65fa70010a2765f /INSTALL
parent2b33d8dcd7744aa93840b4318154cd67aac91e93 (diff)
downloadguile-96a4a5b2c40abb9a6fa854f7431c192f6c047d44.tar.gz
Mention the new `--enable-deprecated=shutup' option.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 458b9c168..271c1da5e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -98,9 +98,9 @@ switches specific to Guile you may find useful in some circumstances.
a value of "no" will omit all deprecated features and you will get
"undefined reference", "variable unbound" or similar errors when you
try to use them. All other values will include all deprecated
- features. The LEVEL argument is used as the default value for the
- environment variable GUILE_WARN_DEPRECATED. See the README for
- more information.
+ features. The LEVEL argument is used to determine the default value
+ for the environment variable GUILE_WARN_DEPRECATED. See the README
+ for more information.
The default is to get a vague warning at program exit if deprecated
features were used:
@@ -114,8 +114,7 @@ switches specific to Guile you may find useful in some circumstances.
To get no warnings:
- [ FIXME: this doesn't seem to be possible, without setting the
- environment variable ]
+ --enable-deprecated=shutup
To omit deprecated features completely and irrevokably: