Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl
Modified Files:
Makefile.am configure.in ewl-config.in
Log Message:
Remove the last remaining dependancies on ewd. Everything in CVS should be
ported to ecore now.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Makefile.am 16 Oct 2003 20:54:24 -0000 1.14
+++ Makefile.am 24 Mar 2004 05:20:19 -0000 1.15
@@ -15,11 +15,3 @@
m4datadir = $(datadir)/aclocal
m4data_DATA = ewl.m4
-docs:
- $(MAKE) -C $(top_srcdir)/doc docs
-
-if HAVE_JADE
-html-docs:
- $(MAKE) -C $(top_srcdir)/doc html-docs
-endif
-
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- configure.in 16 Jan 2004 19:14:59 -0000 1.25
+++ configure.in 24 Mar 2004 05:20:19 -0000 1.26
@@ -90,6 +90,10 @@
#include <Evas.h>
])
+AC_CHECK_HEADERS(Evas_Engine_FB.h, [], [], [
+ #include <Evas.h>
+ ])
+
AC_ARG_WITH(ecore,
[ --with-ecore=DIR use ecore in <DIR>],
[CFLAGS="$CFLAGS -I$withval/include"
@@ -135,36 +139,10 @@
CFLAGS="$CFLAGS $etox_cflags"
LIBS="$LIBS $etox_libs"
-AC_ARG_WITH(ewd,
- [ --with-ewd=DIR use ewd in <DIR>],
- [CFLAGS="$CFLAGS -I$withval/include"
- LIBS="-L$withval/lib $LIBS"])
-
-AC_PATH_GENERIC(ewd,, [
- AC_SUBST(ewd_libs)
- AC_SUBST(ewd_cflags)],
- AC_MSG_ERROR(Cannot find ewd: Is ewd-config in path?))
-ewd_libs=`ewd-config --libs`
-ewd_cflags=`ewd-config --cflags`
-
-CFLAGS="$CFLAGS $ewd_cflags"
-LIBS="$LIBS $ewd_libs"
-
dnl Checking for Perl:
AC_PATH_PROG(PERL,perl,0)
AC_SUBST(PERL)
-
-dnl Look for jade for sgml translations.
-AC_ARG_WITH(dbsheets,
- [ --with-dbsheets=DIR use DIR to specify your DocBook stylesheets
installation path.],
- DB_STYLESHEETS="$withval",
DB_STYLESHEETS="/usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh")
-AC_SUBST(DB_STYLESHEETS)
-AC_PATH_PROG(JADE, jade)
-AM_CONDITIONAL(HAVE_JADE, test "x$JADE" != "x" && test -d "$DB_STYLESHEETS")
-
-
-
AC_OUTPUT([
Makefile
ewl-config
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/ewl-config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl-config.in 13 Jul 2003 05:52:46 -0000 1.3
+++ ewl-config.in 24 Mar 2004 05:20:19 -0000 1.4
@@ -42,11 +42,11 @@
if test @includedir@ != /usr/include ; then
[EMAIL PROTECTED]@
fi
- echo $includes @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@
@ewd_cflags@ -I$prefix/include/ewl
+ echo $includes @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@
-I$prefix/include/ewl
;;
--libs)
[EMAIL PROTECTED]@
- echo $libdirs -lewl @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ @ewd_libs@
-lm
+ echo $libdirs -lewl @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ -lm
;;
*)
echo "${usage}" 1>&2
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs