Browse Source

configure: cleanup and (re)add sed requirement.

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

+ 3
- 1
scripts/config-funcs View File

@@ -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."


Loading…
Cancel
Save