Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance


Modified Files:
        configure.in 


Log Message:
version bump, lib changes, we make a few more makefiles now

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        30 May 2003 00:24:17 -0000      1.8
+++ configure.in        25 Jul 2003 05:21:23 -0000      1.9
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.0.2)
+AM_INIT_AUTOMAKE(entrance, 0.0.3)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX
@@ -39,10 +39,6 @@
        [ --with-edb=DIR                use edb in <DIR>],
        [ CFLAGS="$CFLAGS -I$withval/include"
        LIBS="-L$withval/lib $LIBS"])
-AC_ARG_WITH(ebg,
-       [ --with-ebg=DIR                use ebg in <DIR>],
-       [ CFLAGS="$CFLAGS -I$withval/include"
-       LIBS="-L$withval/lib $LIBS"])
 AC_ARG_WITH(evas,
        [ --with-evas=DIR               use evas in <DIR>],
        [ CFLAGS="$CFLAGS -I$withval/include"
@@ -51,6 +47,10 @@
        [ --with-ecore=DIR              use ecore in <DIR>],
        [ CFLAGS="$CFLAGS -I$withval/include"
        LIBS="-L$withval/lib $LIBS"])
+AC_ARG_WITH(edje,
+       [ --with-edje=DIR               use edje in <DIR>],
+       [ CFLAGS="$CFLAGS -I$withval/include"
+       LIBS="-L$withval/lib $LIBS"])
 
 AC_PATH_GENERIC(edb, 1.0.3, [
        AC_SUBST(edb_libs)
@@ -79,14 +79,14 @@
 AC_SUBST(evas_libs)
 AC_SUBST(evas_cflags)
 
-AC_PATH_GENERIC(ebg, 1.0.0, [
-       AC_SUBST(ebg_libs)
-       AC_SUBST(ebg_cflags) ],
-       AC_MSG_ERROR(Cannot find ebg: Is ebg-config in path?))
-ebg_libs=`ebg-config --libs`
-ebg_cflags=`ebg-config --cflags`
-AC_SUBST(ebg_libs)
-AC_SUBST(ebg_cflags)
+AC_PATH_GENERIC(edje, 0.0.1, [
+       AC_SUBST(edje_libs)
+       AC_SUBST(edje_cflags) ],
+       AC_MSG_ERROR(Cannot find edje: Is edje-config in path?))
+edje_libs=`edje-config --libs`
+edje_cflags=`edje-config --cflags`
+AC_SUBST(edje_libs)
+AC_SUBST(edje_cflags)
 
 have_pam=no
 AC_CHECK_HEADERS(security/pam_appl.h, [
@@ -124,11 +124,13 @@
 config/init.d/entrance
 data/Makefile
 data/config/Makefile
+data/fonts/Makefile
 data/images/Makefile
 data/images/sessions/Makefile
 data/themes/Makefile
 data/themes/BlueCrystal/Makefile
 data/themes/matrix0/Makefile
+data/themes/default/Makefile
 ])
 
 echo




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to