On Thu, 4 Nov 2010, Enlightenment SVN wrote:
> Log: > eyesight: fix autotools > > * use private libs in pkg-config file > * @requirement_eyesight@ was not properly defined in configure.ac > * install headers to $(includesdir)/eyesight/ like other EFL libraries > > > Author: lucas > Date: 2010-11-04 18:35:32 -0700 (Thu, 04 Nov 2010) > New Revision: 54166 > > Modified: > trunk/PROTO/eyesight/configure.ac trunk/PROTO/eyesight/eyesight.pc.in > trunk/PROTO/eyesight/src/lib/Makefile.am > trunk/PROTO/eyesight/src/modules/img/Makefile.am > trunk/PROTO/eyesight/src/modules/pdf/Makefile.am > trunk/PROTO/eyesight/src/modules/ps/Makefile.am > trunk/PROTO/eyesight/src/modules/txt/Makefile.am > > Modified: trunk/PROTO/eyesight/configure.ac > =================================================================== > --- trunk/PROTO/eyesight/configure.ac 2010-11-05 00:47:19 UTC (rev 54165) > +++ trunk/PROTO/eyesight/configure.ac 2010-11-05 01:35:32 UTC (rev 54166) > @@ -27,7 +27,6 @@ > version_info="lt_rev:lt_cur:lt_age" > AC_SUBST(version_info) > > - > ### Needed information > > want_img="yes" > @@ -66,7 +65,7 @@ > > ### Checks for libraries > > -requirement_eyesight="evas eina" > +requirement_eyesight="eina >= 1.0.0, evas >= 1.0.0, ecore >= 1.0.0, > ecore-evas >= 1.0.0" no. requirement_eyesight is for the lib only. Revert that. For the binary, see EYESIGHT_BIN. > -AC_CONFIG_FILES([ > +AC_OUTPUT([ > Makefile > src/Makefile > eyesight.pc > @@ -133,9 +133,7 @@ > src/modules/txt/Makefile > ]) > > -AC_OUTPUT Also, revert that. I used the correct way to call configure on the .in files. It's not because it's not correctly done in the other EFL that we must reproduce that. AC_CONFIG_FILES exists before autoconf 2.49. Vincent ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel