From 8dd0f3ee33cdd7798938eea93b5a125f4caa8ae8 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 26 May 2008 13:29:10 -0500 Subject: [PATCH] configure: cleanup and (re)add sed requirement. --- scripts/config-funcs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/config-funcs b/scripts/config-funcs index 9f53513..96f1270 100644 --- a/scripts/config-funcs +++ b/scripts/config-funcs @@ -155,12 +155,13 @@ begin () { echo -n "Checking sanity..." require_command pkg-config pkg-config > /dev/null + require_command sed sed > /dev/null ok } warn () { - echo "${BOLD}${YELLOW}* ${SGR0}$*" + echo " ${BOLD}${YELLOW}* ${SGR0}$*" } begin_options () @@ -170,6 +171,7 @@ begin_options () if [ $HELP = yes ] then + echo warn "This is not an autoconf script! Run without any arguments and you will be prompted." warn "Alternatively, you may use the following autoconf style arguments for" warn "non-interactive configuration."