Enlightenment CVS committal Author : tsauerbeck Project : misc Module : embrace
Dir : misc/embrace Modified Files: ChangeLog configure.ac Log Message: check for edb and include edb CFLAGS and LIBS =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- ChangeLog 22 Mar 2005 19:45:10 -0000 1.26 +++ ChangeLog 25 Mar 2005 17:05:42 -0000 1.27 @@ -1,4 +1,8 @@ -$Id: ChangeLog,v 1.26 2005/03/22 19:45:10 tsauerbeck Exp $ +$Id: ChangeLog,v 1.27 2005/03/25 17:05:42 tsauerbeck Exp $ + +2005-03-25 Tilman Sauerbeck (tilman at code-monkey de) + * configure.ac, src/Makefile.am: Check for EDB and include EDB CFLAGS + and LIBS 2005-03-22 Tilman Sauerbeck (tilman at code-monkey de) * src/embrace.c, data/themes/default/Makefile.am: =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- configure.ac 30 Jan 2005 17:31:51 -0000 1.10 +++ configure.ac 25 Mar 2005 17:05:42 -0000 1.11 @@ -1,6 +1,6 @@ ############################################################################### ## -## $Id: configure.ac,v 1.10 2005/01/30 17:31:51 tsauerbeck Exp $ +## $Id: configure.ac,v 1.11 2005/03/25 17:05:42 tsauerbeck Exp $ ## ## Copyright (C) 2004 Embrace project. ## @@ -103,6 +103,9 @@ AC_PATH_GENERIC(ecore, , , AC_MSG_ERROR(Cannot find ecore: Is ecore-config in path?)) +AC_PATH_GENERIC(edb, , , + AC_MSG_ERROR(Cannot find edb: Is edb-config in path?)) + AC_PATH_GENERIC(evas, , , AC_MSG_ERROR(Cannot find evas: Is evas-config in path?)) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs