changeset 701:2cbcd5edb31d draft

SpliceX update
author d3v11 <d3v11@d3v11.ano>
date Fri, 28 Oct 2011 20:42:24 -0400
parents e930c37c85dc
children 223389c7504d db9ea3bb0e3a
files contrib/splicex/configure
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/splicex/configure	Fri Oct 28 20:33:48 2011 -0400
+++ b/contrib/splicex/configure	Fri Oct 28 20:42:24 2011 -0400
@@ -4,7 +4,8 @@
  exit 1
 fi
 
-echo -ne 'checking for python...'
+echo -e 'checking dependencies: '
+echo -ne "      checking for python as <$1>..."
 if which `which "$1"` >/dev/null; then
  PYPATH=`which "$1"`
  echo -ne ' OK'
@@ -14,7 +15,7 @@
  exit 1
 fi
 
-echo -ne 'checking for man...'
+echo -ne '	checking for man...'
 if which man >/dev/null; then
  echo -ne ' OK'
  echo
@@ -23,7 +24,7 @@
  exit 1
 fi
 
-echo -ne 'checking for cython...'
+echo -ne '	checking for cython...'
 if which cython >/dev/null; then
  echo -ne ' OK'
  echo
@@ -32,7 +33,7 @@
  exit 1
 fi
 
-echo -ne 'checking for gcc...'
+echo -ne '	checking for gcc...'
 if which gcc >/dev/null; then
  echo -ne ' OK'
  echo