Browse Source

configure: Improve test output.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
14e1025db2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      scripts/config-funcs

+ 3
- 3
scripts/config-funcs View File

@@ -110,7 +110,7 @@ ask ()


ok () ok ()
{ {
echo "$BOLD${GREEN}ok${SGR0}"
echo -e '\r'`tput cuf 30`"$BOLD${GREEN}ok${SGR0} ${*:+${BOLD}${BLACK}($*)${SGR0}}"
} }


failed () failed ()
@@ -259,7 +259,7 @@ require_package ()
append "${name}_LIBS=`pkg-config --libs $3`" append "${name}_LIBS=`pkg-config --libs $3`"
append "${name}_CFLAGS=-DHAVE_${1} `pkg-config --cflags $3`" append "${name}_CFLAGS=-DHAVE_${1} `pkg-config --cflags $3`"


ok
ok `pkg-config --modversion "$3"`
return 0 return 0
} }


@@ -299,7 +299,7 @@ require_FLTK ()
failed failed
fatal "The installed FLTK version ($FLTK_VERSION) is too old." fatal "The installed FLTK version ($FLTK_VERSION) is too old."
else else
ok
ok $FLTK_VERSION
fi fi


use= use=


Loading…
Cancel
Save