Enlightenment CVS committal Author : doursse Project : e17 Module : proto/evil
Dir : e17/proto/evil Modified Files: ChangeLog configure.ac Log Message: * configure.ac: * src/lib/Evil.h: * src/lib/Makefile.am: * src/lib/evil.c: * src/lib/pwd/Makefile.am: * src/lib/pwd/pwd.h: add langinfo and getpwuid support * src/lib/mman/sys/mman.h: * src/lib/dlfcn/dlfcn.h: fix comment =================================================================== RCS file: /cvs/e/e17/proto/evil/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- ChangeLog 11 Jun 2008 21:34:08 -0000 1.24 +++ ChangeLog 29 Jun 2008 12:09:47 -0000 1.25 @@ -1,3 +1,17 @@ +2008-06-29 Vincent Torri <doursse at users dot sf dot net> + + * configure.ac: + * src/lib/Evil.h: + * src/lib/Makefile.am: + * src/lib/evil.c: + * src/lib/pwd/Makefile.am: + * src/lib/pwd/pwd.h: + add langinfo and getpwuid support + + * src/lib/mman/sys/mman.h: + * src/lib/dlfcn/dlfcn.h: + fix comment + 2008-06-11 Vincent Torri <doursse at users dot sf dot net> * src/lib/Evil.h: =================================================================== RCS file: /cvs/e/e17/proto/evil/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- configure.ac 10 Jun 2008 07:16:53 -0000 1.5 +++ configure.ac 29 Jun 2008 12:09:47 -0000 1.6 @@ -33,8 +33,9 @@ dnl needed for correct definition of EAPI AC_DEFINE(EFL_EVIL_BUILD, 1, [Define to mention that evil is built]) -AC_DEFINE(EFL_EVIL_MMAM_BUILD, 1, [Define to mention that evil is built]) -AC_DEFINE(EFL_EVIL_DLFCN_BUILD, 1, [Define to mention that evil is built]) +AC_DEFINE(EFL_EVIL_MMAN_BUILD, 1, [Define to mention that evil mman is built]) +AC_DEFINE(EFL_EVIL_DLFCN_BUILD, 1, [Define to mention that evil dlfcn is built]) +AC_DEFINE(EFL_EVIL_PWD_BUILD, 1, [Define to mention that evil pwd is built]) AM_INIT_AUTOMAKE(1.6 dist-bzip2) @@ -79,6 +80,7 @@ src/lib/Makefile src/lib/dlfcn/Makefile src/lib/mman/Makefile +src/lib/pwd/Makefile ]) AC_OUTPUT ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs