summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorRyan Scheel (Havvy) <ryan.havvy@gmail.com>2015-05-05 20:12:37 +0000
committerRyan Scheel (Havvy) <ryan.havvy@gmail.com>2015-05-05 20:12:37 +0000
commit0b94774479c7a92d0348f8920b8c3946f23b3bd0 (patch)
tree07849574ceaf454ccc6e0f4013e47e578309b530 /doc/stdenv.xml
parentdf7b5b4ecbab8c1675672374371076cd7de721f8 (diff)
downloadnixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.tar
nixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.tar.gz
nixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.tar.bz2
nixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.tar.lz
nixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.tar.xz
nixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.tar.zst
nixlib-0b94774479c7a92d0348f8920b8c3946f23b3bd0.zip
Docs: non-empty value -> true
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index d3042710f188..a03b3716a87b 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -513,8 +513,8 @@ script) if it exists.</para>
     <term><varname>dontAddPrefix</varname></term>
     <listitem><para>By default, the flag
     <literal>--prefix=$prefix</literal> is added to the configure
-    flags.  If this is undesirable, set this variable to a non-empty
-    value.</para></listitem>
+    flags.  If this is undesirable, set this variable to
+    true.</para></listitem>
   </varlistentry>
 
   <varlistentry>
@@ -530,8 +530,7 @@ script) if it exists.</para>
     <listitem><para>By default, the flag
     <literal>--disable-dependency-tracking</literal> is added to the
     configure flags to speed up Automake-based builds.  If this is
-    undesirable, set this variable to a non-empty
-    value.</para></listitem>
+    undesirable, set this variable to true.</para></listitem>
   </varlistentry>
 
   <varlistentry>
@@ -544,7 +543,7 @@ script) if it exists.</para>
     variables in the Libtool script to prevent Libtool from using
     libraries in <filename>/usr/lib</filename> and
     such.</para></footnote>.  If this is undesirable, set this
-    variable to a non-empty value.</para></listitem>
+    variable to true.</para></listitem>
   </varlistentry>
   
   <varlistentry>
@@ -552,8 +551,8 @@ script) if it exists.</para>
     <listitem><para>By default, when the configure script has
     <option>--enable-static</option>, the option
     <option>--disable-static</option> is added to the configure flags.</para>
-    <para></para>If this is undesirable, set this variable to a non-empty
-    value.</para></listitem>
+    <para></para>If this is undesirable, set this variable to
+    true.</para></listitem>
   </varlistentry>
 
   <varlistentry>