Changeset 862:0b145be18b37 in roaraudio


Ignore:
Timestamp:
09/30/08 13:27:29 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some text to help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r860 r862  
    5454 case "$1" in 
    5555  '--help') 
    56    echo '--help' 
    57    echo '--ldpath DIR' 
    58    echo '--incpath DIR' 
    59    echo '--addpath DIR' 
    60    echo '--cdrom DEV' 
    61    echo '--proc-net-decnet FILE' 
    62    echo '--no-LIB' 
    63    echo '--runtime-detect' 
     56   echo '--help                      - This Help' 
     57   echo '--ldpath DIR                - Add DIR to (compile time) search list for libs' 
     58   echo '--incpath DIR               - Add DIR to search list for headers' 
     59   echo '--addpath DIR               - Add DIR/lib to lib, DIR/include to header search list' 
     60   echo '--cdrom DEV                 - Set default CDRum device' 
     61   echo '--proc-net-decnet FILE      - Set DECnet file for DECnet support auto detecting' 
     62   echo '                              (ignore this on non-Linux)' 
     63   echo '--no-LIB                    - disable LIB' 
     64   echo '--runtime-detect            - do as much as posible auto detecting on runtime (for distributors)' 
    6465   exit 0; 
    6566  ;; 
Note: See TracChangeset for help on using the changeset viewer.