Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 37501 for trunk/base/src

Show
Ignore:
Timestamp:
06/10/08 02:31:54 (6 months ago)
Author:
afb@…
Message:

make missing sed extended regexp into a run-time error instead of configure-time

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portutil.tcl

    r37453 r37501  
    759759        set cmdline $portutil::autoconf::sed_command 
    760760        if {$extended} { 
     761            if {$portutil::autoconf::sed_ext_flag == "N/A"} { 
     762                ui_debug "sed extended regexp not available" 
     763                return -code error "reinplace sed(1) too old" 
     764            } 
    761765            lappend cmdline $portutil::autoconf::sed_ext_flag 
    762766        }