Enlightenment CVS committal Author : doursse Project : e17 Module : proto
Dir : e17/proto/epdf Modified Files: Makefile.am configure.in Log Message: fix installation problem =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/epdf/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 15 Feb 2006 21:45:08 -0000 1.1 +++ Makefile.am 19 Feb 2006 13:29:17 -0000 1.2 @@ -5,3 +5,10 @@ config.guess config.h.in config.sub configure \ depcomp install-sh ltconfig ltmain.sh missing \ stamp-h.in + +bin_SCRIPTS = epdf-config + +EXTRA_DIST = AUTHORS README epdf.pc.in epdf-config.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = epdf.pc =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/epdf/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.in 15 Feb 2006 21:45:08 -0000 1.1 +++ configure.in 19 Feb 2006 13:29:17 -0000 1.2 @@ -7,7 +7,7 @@ AC_PROG_CC PKG_CHECK_MODULES(POPPLER, \ - poppler >= 0.5, + poppler >= 0.5.0, [have_poppler=yes], [ echo "ERROR:" ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs