Changeset 5808:03a414d5afc4 in roaraudio for build-system/configure.lib


Ignore:
Timestamp:
12/18/12 12:49:28 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added function error_missing()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build-system/configure.lib

    r5787 r5808  
    3131} 
    3232 
     33error_missing() { 
     34 _object="$1" 
     35 [ "$_object" = '' ] && _object="$last_tested_object" 
     36 echo "Error: $_object is missing but required." 
     37 exit 1 
     38} 
     39 
    3340write_help() { 
    3441 echo 'COMMON OPTIONS:' 
Note: See TracChangeset for help on using the changeset viewer.