Enlightenment CVS committal Author : vapier Project : e17 Module : apps/eclair
Dir : e17/apps/eclair Modified Files: configure.in Log Message: make tests simpler/saner =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- configure.in 19 Jun 2005 10:52:28 -0000 1.10 +++ configure.in 20 Jun 2005 23:00:01 -0000 1.11 @@ -78,7 +78,7 @@ PROG="taglib-config"; AC_PATH_PROG(TAGLIB_CONFIG, $PROG, "", $PATH) -if [ test -z $TAGLIB_CONFIG ]; then +if test -z "$TAGLIB_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -92,7 +92,7 @@ PROG="pkg-config"; PKG_PROG_PKG_CONFIG -if [ test -z "$PKG_CONFIG" ]; then +if test -z "$PKG_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -108,7 +108,7 @@ PROG="evas-config"; AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH) -if [ test -z $EVAS_CONFIG ]; then +if test -z "$EVAS_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -120,7 +120,7 @@ PROG="ecore-config"; AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH) -if [ test -z $ECORE_CONFIG ]; then +if test -z "$ECORE_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -132,7 +132,7 @@ PROG="edje-config"; AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH) -if [ test -z $EDJE_CONFIG ]; then +if test -z "$EDJE_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -144,7 +144,7 @@ PROG="emotion-config"; AC_PATH_PROG(EMOTION_CONFIG, $PROG, "", $PATH) -if [ test -z $EMOTION_CONFIG ]; then +if test -z "$EMOTION_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -156,7 +156,7 @@ PROG="esmart-config"; AC_PATH_PROG(ESMART_CONFIG, $PROG, "", $PATH) -if [ test -z $ESMART_CONFIG ]; then +if test -z "$ESMART_CONFIG" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs