Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/edvi


Modified Files:
        configure.in 


Log Message:
support older (2.8.0) dvilib. Use new etk api. Ewl widget does not work, I 
don't understand why yet

===================================================================
RCS file: /cvs/e/e17/proto/edvi/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        16 Jul 2006 20:51:17 -0000      1.1
+++ configure.in        11 Sep 2006 07:22:08 -0000      1.2
@@ -8,21 +8,25 @@
 AC_PROG_CC
 
 AC_PATH_GENERIC(DVIlib2, 2.9.0,
-  [ ],
-  [
-    echo "ERROR:"
-    echo "The DVIlib2-config development file was not found in your execute"
-    echo "path. This may mean one of several things"
-    echo "1. You may not have installed the DVIlib2-devel (or DVIlib2-dev)"
-    echo "   packages."
-    echo "2. You may have evas installed somewhere not covered by your path."
-    echo ""
-    echo "If this is the case make sure you have the packages installed, AND"
-    echo "that the DVIlib2-config file is in your execute path (see your"
-    echo "shell's manual page on setting the \$PATH environment variable), OR"
-    echo "alternatively, specify the script to use with --with-dvilib2-config."
-    AC_MSG_ERROR([Fatal Error: no DVIlib2-config library detected.])
-   ]
+  [ AC_DEFINE(HAVE_DVILIB_2_9, 1, [have dvilib 2.9.0]) ],
+  [ AC_PATH_GENERIC(DVIlib2, 2.8.0,
+      [ ],
+      [
+       echo "ERROR:"
+       echo "The DVIlib2-config development file was not found in your execute"
+       echo "path. This may mean one of several things"
+       echo "1. You may not have installed the DVIlib2-devel (or DVIlib2-dev)"
+       echo "   packages."
+       echo "2. You may have evas installed somewhere not covered by your 
path."
+       echo ""
+       echo "If this is the case make sure you have the packages installed, 
AND"
+       echo "that the DVIlib2-config file is in your execute path (see your"
+       echo "shell's manual page on setting the \$PATH environment variable), 
OR"
+       echo "alternatively, specify the script to use with 
--with-dvilib2-config."
+       AC_MSG_ERROR([Fatal Error: no DVIlib2-config library detected.])
+      ]
+    )
+  ]
 )
 
 AC_PATH_GENERIC(evas, 0.9.9,
@@ -63,7 +67,7 @@
 
 requirements="evas ecore"
 
-AC_PATH_GENERIC(ewl, 0.0.4, [have_ewl="yes"], [have_ewl="no"])
+AC_PATH_GENERIC(ewl, 0.0.4, [ have_ewl="yes" ], [ have_ewl="no" ])
 if test "x$have_ewl" = "xyes" ; then
    requirements="$requirements ewl"
    EWL_TEST_LIBS_DIR="`ewl-config --test-lib-dir`"
@@ -78,7 +82,7 @@
 fi
 AM_CONDITIONAL(BUILD_EDVI_EWL, test x$have_ewl = xyes)
 
-AC_PATH_GENERIC(etk, 0.1.0, [have_etk="yes"], [have_etk="no"])
+AC_PATH_GENERIC(etk, 0.1.0, [ have_etk="yes" ], [ have_etk="no" ])
 if test "x$have_etk" = "xyes" ; then
    requirements="$requirements etk"
 else



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to