Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf


Modified Files:
        Makefile.am configure.in 


Log Message:
use the new RGB32 mode of poppler. Last poppler cvs needed

===================================================================
RCS file: /cvs/e/e17/proto/epdf/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 19 Feb 2006 13:29:17 -0000      1.2
+++ Makefile.am 6 Apr 2006 07:12:37 -0000       1.3
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = src
 
===================================================================
RCS file: /cvs/e/e17/proto/epdf/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        19 Feb 2006 13:29:17 -0000      1.2
+++ configure.in        6 Apr 2006 07:12:37 -0000       1.3
@@ -1,13 +1,14 @@
 AC_PREREQ(2.54)
 AC_INIT(epdf, 0.1, enlightenment-devel@lists.sourceforge.net)
 AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
 AC_PROG_LIBTOOL
 
 AC_PROG_CC
 
 PKG_CHECK_MODULES(POPPLER, \
-   poppler >= 0.5.0,
+   poppler >= 0.5.1,
    [have_poppler=yes],
   [
     echo "ERROR:"
@@ -123,4 +124,3 @@
 echo "    libraries......: $libdir"
 echo "    headers........: $includedir"
 echo
-




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to