Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion


Modified Files:
        configure.in 


Log Message:


support fetching of meta-data

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in        15 Jul 2004 19:23:03 -0000      1.4
+++ configure.in        24 Jul 2004 09:53:00 -0000      1.5
@@ -180,6 +180,10 @@
 
 
 V=`$ECORE_CONFIG --version`
+if [ -z "$V" ]; then
+  echo "Error. Ecore is not installed or $ECORE_CONFIG cannot be found. Abort."
+  exit -1
+fi
 VV=`vser $V`
 VM="1.0.0_pre7"
 VVM=`vser $VM`
@@ -189,6 +193,10 @@
 fi
 
 V=`$EVAS_CONFIG --version`
+if [ -z "$V" ]; then
+  echo "Error. Evas is not installed or $EVAS_CONFIG cannot be found. Abort."
+  exit -1
+fi
 VV=`vser $V`
 VM="1.0.0_pre13"
 VVM=`vser $VM`
@@ -198,6 +206,10 @@
 fi
 
 V=`$EDJE_CONFIG --version`
+if [ -z "$V" ]; then
+  echo "Error. Edje is not installed or $EDJE_CONFIG cannot be found. Abort."
+  exit -1
+fi
 VV=`vser $V`
 VM="0.5.0"
 VVM=`vser $VM`
@@ -207,6 +219,10 @@
 fi
 
 V=`$XINE_CONFIG --version`
+if [ -z "$V" ]; then
+  echo "Error. Xine is not installed or $XINE_CONFIG cannot be found. Abort."
+  exit -1
+fi
 VV=`vser $V`
 VM="1.0.0"
 VVM=`vser $VM`




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to