[BACK]Return to configure.local.example CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure.local.example between version 1.36 and 1.37

version 1.36, 2019/03/06 10:18:58 version 1.37, 2020/02/05 15:12:11
Line 28 
Line 28 
   
 # --- user settings relevant for all builds ----------------------------  # --- user settings relevant for all builds ----------------------------
   
   # By default, "cc" is used as the C compiler, but it can be overridden.
   # For example, the system compiler in SunOS 5.9 may not provide <stdint.h>,
   # which may require this line:
   CC=gcc
   
   # IBM AIX may need:
   CC=xlc
   
 # For -Tutf8 and -Tlocale operation, mandoc(1) requires <locale.h>  # For -Tutf8 and -Tlocale operation, mandoc(1) requires <locale.h>
 # providing setlocale(3) and <wchar.h> providing wcwidth(3) and  # providing setlocale(3) and <wchar.h> providing wcwidth(3) and
 # putwchar(3) with a wchar_t storing UCS-4 values.  Theoretically,  # putwchar(3) with a wchar_t storing UCS-4 values.  Theoretically,
Line 267  BINM_CATMAN=mcatman  # default is "catman"
Line 275  BINM_CATMAN=mcatman  # default is "catman"
 # --- settings that rarely need to be touched --------------------------  # --- settings that rarely need to be touched --------------------------
   
 # Do not set these variables unless you really need to.  # Do not set these variables unless you really need to.
   
 # You can manually override the compiler to be used.  
 # But that's rarely useful because ./configure asks your make(1)  
 # which compiler to use, and that answer will hardly be wrong.  
   
 CC=cc  
   
 # Because the system compiler may not provide <stdint.h>,  
 # SunOS 5.9 may need:  
   
 CC=gcc  
   
 # IBM AIX may need:  
   
 CC=xlc  
   
 # Normally, leave CFLAGS unset.  In that case, -g will automatically  # Normally, leave CFLAGS unset.  In that case, -g will automatically
 # be used, and various -W options will be added if the compiler  # be used, and various -W options will be added if the compiler

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb