Enlightenment CVS committal Author : mej Project : eterm Module : Eterm
Dir : eterm/Eterm Modified Files: ChangeLog configure.in Log Message: Wed Jan 4 03:44:04 2006 Michael Jennings (mej) X resource tracking/debugging support. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v retrieving revision 1.427 retrieving revision 1.428 diff -u -3 -r1.427 -r1.428 --- ChangeLog 22 Dec 2005 23:31:32 -0000 1.427 +++ ChangeLog 4 Jan 2006 08:44:14 -0000 1.428 @@ -5445,3 +5445,7 @@ Cleanups and minor enhancements. ---------------------------------------------------------------------- +Wed Jan 4 03:44:04 2006 Michael Jennings (mej) + +X resource tracking/debugging support. +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v retrieving revision 1.93 retrieving revision 1.94 diff -u -3 -r1.93 -r1.94 --- configure.in 14 Jun 2005 19:39:00 -0000 1.93 +++ configure.in 4 Jan 2006 08:44:14 -0000 1.94 @@ -1,4 +1,4 @@ -dnl# $Id: configure.in,v 1.93 2005/06/14 19:39:00 mej Exp $ +dnl# $Id: configure.in,v 1.94 2006/01/04 08:44:14 mej Exp $ PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin export PATH @@ -204,8 +204,10 @@ sys/ioctl.h sys/select.h sys/time.h \ sys/sockio.h sys/byteorder.h malloc.h \ utmpx.h unistd.h bsd/signal.h regex.h \ -regexp.h stdarg.h X11/Xmu/Atoms.h \ -X11/Sunkeysym.h X11/Xlocale.h) +regexp.h stdarg.h X11/X.h X11/Xlib.h \ +X11/Xmu/Atoms.h X11/Sunkeysym.h \ +X11/Xlocale.h \ +) AC_HEADER_TIME dnl# Missing typedefs and replacements @@ -219,7 +221,8 @@ AC_CHECK_FUNCS(atexit _exit unsetenv setutent \ seteuid memmove putenv strsep setresuid setresgid \ memmem usleep snprintf strcasestr strcasechr \ -strcasepbrk strrev nl_langinfo) +strcasepbrk strrev nl_langinfo \ +) # NOTE: The following line is NOT NOT NOT NOT NOT a typo! # If you are having problems with it, libast.m4 is not installed @@ -872,6 +875,25 @@ AC_CHECK_LIB(X11, XRegisterIMInstantiateCallback, AC_DEFINE(USE_X11R6_XIM, , [Define if we have X11R6 XIM.])) fi +# Check for XResource extension +AC_CHECK_HEADER([X11/extensions/XRes.h], + [ + AC_DEFINE([HAVE_X11_EXTENSIONS_XRES_H], [], [Define if we have X11/extensions/XRes.h]) + ], [], + [ +#ifdef HAVE_X11_X_H +# include <X11/X.h> +#endif +#ifdef HAVE_X11_XLIB_H +# include <X11/Xlib.h> +#endif + ]) +AC_CHECK_LIB(XRes, XResQueryExtension, + [ + GRLIBS="$GRLIBS -lXRes" + AC_DEFINE(HAVE_XRES_EXT, , [Define if we have the XResource extension.]) + ]) + AC_MSG_CHECKING(for Greek keyboard support) AC_ARG_ENABLE(greek, [ --enable-greek compile with support for Greek keyboards], [ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs