From: Pedro Giffuni <p...@apache.org>
Subject: Re: agg and epm are still in svn repo.
Date: Wed, 9 Nov 2011 17:43:19 -0800 (PST)

> I personally didn't plan to remove agg. I like it as
> option and license wise it's OK so I have no pland to
> remove it, at least for now.
I see.

> I did notice it's still getting built on our port and
> I have to look at why. I think when I attempt to build
> AOOo from the tarball it doesn't get built but there
> are other ugly issues with icu there.

Looks like a bug. But it is reasonable if I read the "configure.in". First, 
examine
enabling agg or not. quoting from configure.in
> AC_MSG_CHECKING([whether to enable agg])
if test "$enable_agg" = "yes"; then
  AC_MSG_RESULT([yes])
  AC_SUBST(ENABLE_AGG)
  ENABLE_AGG=YES
  AGG_VERSION=2400
else
  AC_MSG_RESULT([no])
  ENABLE_AGG=NO

  dnl ===================================================================
  dnl Check for system AGG
  dnl ===================================================================
  AC_MSG_CHECKING([which AGG to use])
---------------------------------------------
but then, checks for system agg even though ENABLE_AGG=NO.
thanks


> About epm I don't know, I guess we can remove that
> directory now.
> 
> Pedro.
> 
> --- On Wed, 11/9/11, Maho NAKATA <m...@apache.org> wrote:
> 
>> From: Maho NAKATA <m...@apache.org>
>> Subject: agg and epm are still in svn repo.
>> To: ooo-dev@incubator.apache.org
>> Cc: p...@apache.org
>> Date: Wednesday, November 9, 2011, 7:47 PM
>> Hi,
>> while porting AOOo to FreeBSD, pgf@ noticed that
>> agg and epm are still in svn repo.
>> is it correct? Should we remove them?
>> 
>> thanks
>>  Nakata Maho
>> 
> 

Reply via email to