Changeset 2507cf7 for Config.in


Ignore:
Timestamp:
03/08/2012 05:42:55 PM (13 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
9a865396
Parents:
34986b8
Message:

Major change for the inclusion of blfs-tool dependencies:

  • build them before custom tools
  • use instructions in the BLFS book instead of harcoded ones
  • use the dependency tracker of the tool itself (kind of bootstrap)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r34986b8 r2507cf7  
    566566                default y
    567567
    568                 config  DEP_UNZIP
    569                 bool    "UnZip (required to install DocBook XML DTD)"
    570                 default y
    571                 depends on DEP_DBXML
    572 
    573568                #config DEP_DBXSL
    574569                #bool   "DocBook XSL (required)"
     
    576571
    577572                config  DEP_LYNX
    578                 bool    "lynx (required)"
     573                bool    "lynx (optional, for reading the generated book)"
    579574                default y
    580575
     
    591586                default y
    592587                help
    593                         #-- You MUST install the gpm bootscript manually
    594                         #   and create its configuration file.
    595                         #
    596                         #   An alternative is to unselect this option and
    597                         #   install gpm, its configuration file, and its
    598                         #   bootscript using the custom tools support.
     588                        #-- if you install gpm, it will be started
     589                        #   automatically on boot. You'll have to edit
     590                        #   /etc/sysconfig/mouse for your system
    599591
    600592                config  DEP_SVN
     
    602594                default n
    603595                help
    604                         #-- Subversion-1.3.1 will be installed. This version is
    605                         #   old but does not rely on additional packages to be
    606                         #   built.
    607                         #
    608                         #   If you are happy with this old version and don't
    609                         #   need extra features, select this option.
     596                        #-- Subversion is needed for updating the book
     597                        #   sources. It is built without ssl support,
     598                        #   so you may have to rebuild it afterwards.
     599
    610600        endmenu
    611601        #--- End blfs-tool Support
Note: See TracChangeset for help on using the changeset viewer.