web2c: configure options

 
 2.1 'configure' options
 =======================
 
 This section gives pointers to descriptions of the '--with' and
 '--enable' 'configure' arguments that Web2c accepts.  Some are specific
 to Web2c, others are generic to all Kpathsea-using programs.
 
    For a list of all the options 'configure' accepts, run 'configure
 --help'.  The generic options are listed first, and the package-specific
 options come last.
 
    For a description of the generic options (which mainly allow you to
 specify installation directories) and basic 'configure' usage, see ⇒
 Running 'configure' scripts (autoconf)Invoking configure, a copy is in
 the file 'kpathsea/CONFIGURE'.
 
 '--disable-dump-share'
      Do not make fmt/base/mem files sharable across different endian
      architectures.  ⇒Hardware and memory dumps.
 
 '--without-maketexmf-default'
 '--without-maketexpk-default'
 '--without-maketextfm-default'
 '--with-maketextex-default'
      Enable or disable the dynamic generation programs.  ⇒
      (kpathsea)mktex configuration.  The defaults are the inverse of
      the options, i.e., everything is enabled except 'mktextex'.
 
 '--enable-shared'
      Build Kpathsea as a shared library.  ⇒(kpathsea)Shared
      library.
 
 '--with-editor=CMD'
      Change the default editor invoked by the 'e' interactive command.
      ⇒Editor invocation.
 
 '--with-epsfwin'
 '--with-hp2627win'
 '--with-mftalkwin'
 '--with-nextwin'
 '--with-regiswin'
 '--with-suntoolswin'
 '--with-tektronixwin'
 '--with-unitermwin'
 '--with-x'
 '--with-x-toolkit=KIT'
 '--with-x11win'
 '--with-x11'
      Define Metafont graphics support; by default, no graphics support
      is enabled.  ⇒Online Metafont graphics.
 
 '--x-includes=DIR'
 '--x-libraries=DIR'
      Define the locations of the X11 include files and libraries; by
      default, 'configure' does its best to guess).  ⇒
      (autoconf)Optional Features.  A copy is in 'kpathsea/CONFIGURE'.