1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Added more text to --enable-deprecated, because it's confusing stuff.

This commit is contained in:
Gary Houston 2001-05-02 22:51:49 +00:00
parent a29bd01993
commit 1db8171ab3

21
INSTALL
View file

@ -100,7 +100,26 @@ switches specific to Guile you may find useful in some circumstances.
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
documentation about this.
more information.
The default is to get a vague warning at program exit if deprecated
features were used:
--enable-deprecated=yes
--enable-deprecated=summary
To get a detailed warning at first use of a deprecated feature:
--enable-deprecated=detailed
To get no warnings:
[ FIXME: this doesn't seem to be possible, without setting the
environment variable ]
To omit deprecated features completely and irrevokably:
--enable-deprecated=no
--disable-shared --- Do not build shared libraries.