Skip to content
  • bapt's avatar
    BINARY_WRAPPERS allow to push in front of the PATH wrappers for binaries. · faab8d9f
    bapt authored
    This is useful when 2 tools do provide the same feature, but the configure
    scripts do test for some variables which are not in one of the tool.
    
    For example m4 in base is mostly compatible with GNU m4 when called with the -g
    arguement. This wrapper allows to use it with build systems that do check for it
    calling --version and expecting GNU in the arguments.
    
    Reviewed by:	mat (final discussions on irc)
    Differential Revision:	https://reviews.freebsd.org/D21835
    faab8d9f