guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core INSTALL


From: Gary Houston
Subject: guile/guile-core INSTALL
Date: Wed, 02 May 2001 15:51:49 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/05/02 15:51:49

Modified files:
        guile-core     : INSTALL 

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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/INSTALL.diff?cvsroot=OldCVS&tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: guile/guile-core/INSTALL
diff -u guile/guile-core/INSTALL:1.30 guile/guile-core/INSTALL:1.31
--- guile/guile-core/INSTALL:1.30       Wed May  2 15:11:35 2001
+++ guile/guile-core/INSTALL    Wed May  2 15:51:49 2001
@@ -100,7 +100,26 @@
   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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]