From ba3e7bd3509785595e8568472ed56511775e2544 Mon Sep 17 00:00:00 2001 From: ceylo Date: Fri, 28 Aug 2009 19:52:15 +0000 Subject: [PATCH] Little display fix. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1208 4e206d99-4929-0410-ac5d-dfc041789085 --- build/xcode/dist/autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/xcode/dist/autogen.sh b/build/xcode/dist/autogen.sh index 0491657a1..d73d28f94 100755 --- a/build/xcode/dist/autogen.sh +++ b/build/xcode/dist/autogen.sh @@ -367,7 +367,7 @@ build_packages() # Build the C++ SDK package if [ "$SHOULD_CONSIDER_CXX" == "yes" ] then - echo "Building C++ SDK package..." + printf "Building C++ SDK package..." make_dir "$CXX_SDK_PACKAGE_DIR" for dir in "${CXX_SDK_DIRS[@]}" do @@ -393,7 +393,7 @@ build_packages() check_last_process " done" # Build the C++ Dev package - echo "Building C++ Development package..." + printf "Building C++ Development package..." make_dir "$CXX_DEV_PACKAGE_DIR" for dir in "${CXX_DEV_DIRS[@]}" do @@ -429,7 +429,7 @@ build_packages() # Build the C SDK package if [ "$SHOULD_CONSIDER_C" == "yes" ] then - echo "Building C SDK package..." + printf "Building C SDK package..." make_dir "$C_SDK_PACKAGE_DIR" for dir in "${C_SDK_DIRS[@]}" do @@ -451,7 +451,7 @@ build_packages() check_last_process " done" # Build the C Development package - echo "Building C Development package..." + printf "Building C Development package..." make_dir "$C_DEV_PACKAGE_DIR" for dir in "${C_DEV_DIRS[@]}" do