Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/engrave

Dir     : e17/libs/engrave


Modified Files:
        configure.in 


Log Message:
AC_PATH_GENERIC does AC_ARG_WITH

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in        14 Aug 2005 23:08:11 -0000      1.4
+++ configure.in        3 Sep 2005 19:11:53 -0000       1.5
@@ -72,24 +72,13 @@
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code 
directory])
 
-AC_ARG_WITH(evas,
-        [  --with-evas=DIR          use evas in <DIR>],
-                [CFLAGS="$CFLAGS -I$withval/include"
-                         LIBS="-L$withval/lib $LIBS"])
-
-AC_PATH_GENERIC(evas, , ,
+AC_PATH_GENERIC(evas, 0.9.9, ,
     AC_MSG_ERROR(Cannot find evas: Is evas-config in path?))
 
-AC_ARG_WITH(ecore,
-        [  --with-ecore=DIR          use ecore in <DIR>],
-                [CFLAGS="$CFLAGS -I$withval/include"
-                         LIBS="-L$withval/lib $LIBS"])
-
-AC_PATH_GENERIC(ecore, , ,
+AC_PATH_GENERIC(ecore, 0.9.9, ,
     AC_MSG_ERROR(Cannot find ecore: Is ecore-config in path?))
 
 
-
 AC_OUTPUT([
 Makefile 
 engrave-config




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to