Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
stop running exit since its bad form ... use AC_MSG_ERROR instead
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- configure.in        29 Apr 2005 02:10:36 -0000      1.47
+++ configure.in        29 Apr 2005 02:54:37 -0000      1.48
@@ -68,7 +68,6 @@
       echo "was not found.  Please check the path and make sure "
       echo "the script exists and is executable."
       AC_MSG_ERROR([Fatal Error: no edb-config detected.])
-      exit;
    fi
 ],
 [
@@ -86,7 +85,6 @@
     echo "shell's manual page on setting the \$PATH environment variable), OR"
     echo "alternatively, specify the script to use with --with-edb-config."
     AC_MSG_ERROR([Fatal Error: no edb-config detected.])
-    exit;
   fi
 ])  
 
@@ -103,7 +101,6 @@
       echo "was not found.  Please check the path and make sure "
       echo "the script exists and is executable."
       AC_MSG_ERROR([Fatal Error: no evas-config detected.])
-      exit;
    fi
 ],
 [
@@ -121,7 +118,6 @@
     echo "shell's manual page on setting the \$PATH environment variable), OR"
     echo "alternatively, specify the script to use with --with-evas-config."
     AC_MSG_ERROR([Fatal Error: no evas-config detected.])
-    exit;
   fi
 ])  
 
@@ -150,7 +146,6 @@
       echo "was not found.  Please check the path and make sure "
       echo "the script exists and is executable."
       AC_MSG_ERROR([Fatal Error: no ecore-config detected.])
-      exit;
    fi
    ],
 [
@@ -168,7 +163,6 @@
     echo "shell's manual page on setting the \$PATH environment variable), OR"
     echo "alternatively, specify the script to use with --with-ecore-config."
     AC_MSG_ERROR([Fatal Error: no ecore-config detected.])
-    exit;
   fi
 ])
 
@@ -185,7 +179,6 @@
       echo "was not found.  Please check the path and make sure "
       echo "the script exists and is executable."
       AC_MSG_ERROR([Fatal Error: no edje-config detected.])
-      exit;
    fi
    ],
 [
@@ -203,7 +196,6 @@
     echo "shell's manual page on setting the \$PATH environment variable), OR"
     echo "alternatively, specify the script to use with --with-edje-config."
     AC_MSG_ERROR([Fatal Error: no edje-config detected.])
-    exit;
   fi
 ])
 




-------------------------------------------------------
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