This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: pkgconfig usage
On Thu, 2004-01-29 at 15:28, Michael Koch wrote:
> On Thu, Jan 29, 2004 at 03:20:08PM -0500, Thomas Fitzsimmons wrote:
> > On Wed, 2004-01-28 at 15:47, Michael Koch wrote:
> > > Hi list,
> > >
> > >
> > > I write a little patch to use pkg-config in our configure to check for GTK and
> > > libart.
> > >
> > > Okay to commit to trunk ?
> > >
> > >
> >
> > How does this affect one's ability to regenerate configure with
> > autoconf-2.13? Other than that, assuming you've tested
> > reconfiguring/rebuilding, this looks fine to me.
>
> It affects in no way since all required stuff should be installed
> already since the cairo and pangoxft checks are using pkgconfig since a
> longer time.
Oh, right. Forgot about those.
> Yes, all was tested be reconfiguring and rebuilding and it still worked.
>
In that case, this looks fine from my point of view.
Tom