Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        acconfig.h configure.ac 


Log Message:
Code added and config changes for Solaris.

Scandir function added to ewl_fileselector.c, these functions were written 
by Joerg-R. Hill for Viewmol.  I have recieved his blessings to use this code.

configure.ac and acconfig.h changes setup the defs for HAVE_SUN to inject the new code.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/acconfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- acconfig.h  28 Sep 2001 19:16:00 -0000      1.2
+++ acconfig.h  19 Jan 2003 13:17:57 -0000      1.3
@@ -14,3 +14,4 @@
 #undef PACKAGE_BIN_DIR
 #undef PACKAGE_LIB_DIR
 #undef USE_FERITE
+#undef HAVE_SUN
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.ac        14 Jan 2003 21:36:55 -0000      1.9
+++ configure.ac        19 Jan 2003 13:17:57 -0000      1.10
@@ -1,6 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT
+AC_CANONICAL_SYSTEM
 AC_CONFIG_SRCDIR([configure.in])
 AM_INIT_AUTOMAKE(ewl, 0.0.2)
 AM_CONFIG_HEADER(ewl-config.h)
@@ -12,6 +13,14 @@
 AC_C_CONST
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
+
+dnl Check for Solaris or other OS
+case "$target" in
+     *-sun-*)
+        AC_DEFINE(HAVE_SUN, 1)
+        ;;
+     *) ;;
+esac
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then




-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to