On Sun, Jan 20, 2019 at 8:34 PM Iain Buclaw <ibuc...@gdcproject.org> wrote: > > Hi, > > As a prerequisite for enabling subdir-objects to libphobos configure > scripts, the build should be linking to a zlib convenience library, > rather than building the zlib sources directly from libphobos. > > Looking at the existing configure scripts, there's already a > libzgcj_convenience.a, it is not in use any more as far as I can tell, > neither is target_all. > > Is it OK to drop the reference to gcj in the name?
OK > -- > Iain > --- > zlib/ChangeLog.gcj: > > 2019-01-20 Iain Buclaw <ibuc...@gdcproject.org> > > * Makefile.am (noinst_LTLIBRARIES): Rename libzgcj_convience.la to > libz_convenience.la. > * Makefile.in: Regenerate. > * configure.ac: Remove target_all. > * configure: Regenerate. > ---