Changeset 04952c63 for common


Ignore:
Timestamp:
06/25/2016 10:30:15 AM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
33ff403
Parents:
7bd0866
Message:

Merge trunk up to revision 3866

Location:
common/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    r7bd0866 r04952c63  
    234234#----------------------------#
    235235: << inline_doc
    236 In addition to the tools needed for the LFS part, tidy and docbook-xml
    237 are needed for installing the BLFS tools
     236In addition to the tools needed for the LFS part, docbook-xml
     237is needed for installing the BLFS tools
    238238inline_doc
    239239
     
    241241  local LC_ALL=C
    242242  export LC_ALL
    243 
    244   tidyVer=$(tidy -V | cut -d " " -f9)
    245   check_version "2004" "${tidyVer}" "TIDY"
    246243
    247244  # Minimal docbook-xml code for testing
  • common/libs/func_install_blfs

    r7bd0866 r04952c63  
    5858else
    5959  LINE_LIBXSLT='#CONFIG_libxslt is not set'
    60 fi
    61 if [ "$DEP_TIDY" = y ]; then
    62   LINE_TIDY='CONFIG_html-tidy=y'
    63 else
    64   LINE_TIDY='#CONFIG_html-tidy is not set'
    6560fi
    6661# DocBook is a rec dep of libxslt
Note: See TracChangeset for help on using the changeset viewer.