Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar


Modified Files:
        configure.in 


Log Message:
stop running exit since its bad form ... use AC_MSG_ERROR instead
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        24 Oct 2004 22:06:12 -0000      1.8
+++ configure.in        29 Apr 2005 02:54:35 -0000      1.9
@@ -63,8 +63,7 @@
 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.";
-  echo "FATAL ERROR. ABORT.";
-  exit -1;
+  AC_MSG_ERROR(Cannot find $PROG)
 fi
 esmart_cflags=`$ESMART_CONFIG --cflags`
 esmart_libs=`$ESMART_CONFIG --libs`
@@ -76,8 +75,7 @@
 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.";
-  echo "FATAL ERROR. ABORT.";
-  exit -1;
+  AC_MSG_ERROR(Cannot find $PROG)
 fi
 evas_cflags=`$EVAS_CONFIG --cflags`
 evas_libs=`$EVAS_CONFIG --libs`
@@ -89,8 +87,7 @@
 if [ test -z $EDB_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.";
-  echo "FATAL ERROR. ABORT.";
-  exit -1;
+  AC_MSG_ERROR(Cannot find $PROG)
 fi
 edb_cflags=`$EDB_CONFIG --cflags`
 edb_libs=`$EDB_CONFIG --libs`
@@ -102,8 +99,7 @@
 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.";
-  echo "FATAL ERROR. ABORT.";
-  exit -1;
+  AC_MSG_ERROR(Cannot find $PROG)
 fi
 ecore_cflags=`$ECORE_CONFIG --cflags`
 ecore_libs=`$ECORE_CONFIG --libs`
@@ -115,8 +111,7 @@
 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.";
-  echo "FATAL ERROR. ABORT.";
-  exit -1;
+  AC_MSG_ERROR(Cannot find $PROG)
 fi
 edje_cflags=`$EDJE_CONFIG --cflags`
 edje_libs=`$EDJE_CONFIG --libs`




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to