Ignore:
Timestamp:
22/02/2010 07:55:37 (2 years ago)
Author:
chris
Message:

Don't echo twice before configuring sub-project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2621 r2628  
    387387        if test "$cmd" = "subdir"; then 
    388388                echo 
    389                 echo "Configuring $subdir..." 
    390                 cd $subdir 
    391389                export CC CXX CXXFLAGS LDFLAGS LIBS 
    392390                args="$configure_args --target=$target_alias" 
    393391                echo "Configuring $subdir with: $args" 
     392 
     393                cd $subdir 
    394394                if ! ./configure $args; then 
    395395                        echo "Configuring $subdir with $args failed!" >&2 
Note: See TracChangeset for help on using the changeset viewer.