=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.35 retrieving revision 1.38 diff -u -p -r1.35 -r1.38 --- mandoc/configure.local.example 2019/03/04 13:01:57 1.35 +++ mandoc/configure.local.example 2020/06/22 20:00:38 1.38 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.35 2019/03/04 13:01:57 schwarze Exp $ +# $Id: configure.local.example,v 1.38 2020/06/22 20:00:38 schwarze Exp $ # # Copyright (c) 2014-2019 Ingo Schwarze # @@ -28,6 +28,14 @@ # --- 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 , +# which may require this line: +CC=gcc + +# IBM AIX may need: +CC=xlc + # For -Tutf8 and -Tlocale operation, mandoc(1) requires # providing setlocale(3) and providing wcwidth(3) and # putwchar(3) with a wchar_t storing UCS-4 values. Theoretically, @@ -268,21 +276,6 @@ BINM_CATMAN=mcatman # default is "catman" # 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 , -# SunOS 5.9 may need: - -CC=gcc - -# IBM AIX may need: - -CC=xlc - # Normally, leave CFLAGS unset. In that case, -g will automatically # be used, and various -W options will be added if the compiler # supports them. If you define CFLAGS manually, it will be used @@ -295,6 +288,7 @@ CFLAGS="-g" # and will be regarded as failed) or 1 (test will not be run and will # be regarded as successful). +HAVE_ATTRIBUTE=0 HAVE_DIRENT_NAMLEN=0 HAVE_ENDIAN=0 HAVE_EFTYPE=0 @@ -304,6 +298,7 @@ HAVE_FTS_COMPARE_CONST=0 # Setting this implies HAVE_ HAVE_GETLINE=0 HAVE_GETSUBOPT=0 HAVE_ISBLANK=0 +HAVE_LESS_T=0 HAVE_MKDTEMP=0 HAVE_NTOHL=0 HAVE_O_DIRECTORY=0