From b83b5d27cc1e4dd0827fa4afbe7f3cd9ba0908f8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 22 Feb 2010 07:55:37 +0000 Subject: Don't echo twice before configuring sub-project. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1930b153..8c0f3cd0 100644 --- a/configure.ac +++ b/configure.ac @@ -386,11 +386,11 @@ fi cat parcels.txt | sed -e 's/#.*//' | while read cmd subdir configure_args; do if test "$cmd" = "subdir"; then echo - echo "Configuring $subdir..." - cd $subdir export CC CXX CXXFLAGS LDFLAGS LIBS args="$configure_args --target=$target_alias" echo "Configuring $subdir with: $args" + + cd $subdir if ! ./configure $args; then echo "Configuring $subdir with $args failed!" >&2 exit 1 -- cgit v1.2.3