aboutsummaryrefslogtreecommitdiff
path: root/zlib/ChangeLog.gcj
AgeCommit message (Collapse)AuthorFilesLines
2002-03-17Last commit missed thisBryce McKinlay1-0/+5
From-SVN: r50902
2002-03-11* ChangeLog.gcj: Imported 1.1.4, while preserving local changes.Tom Tromey1-0/+4
From-SVN: r50612
2001-07-03re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey1-0/+6
Fix for PR bootstrap/3281: * configure, Makefile.in: Rebuilt. * configure.in: Set mkinstalldirs, for in-tree build. From-SVN: r43736
2001-05-13acinclude.m4: Use ../libtool.m4.Alexandre Oliva1-0/+6
* acinclude.m4: Use ../libtool.m4. * configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR. * acinclude.m4, configure, Makefile.in: Rebuilt. From-SVN: r42052
2000-10-25configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature ↵Chris Demetriou1-0/+5
tests. 2000-10-24 Chris Demetriou <cgd@sibyte.com> * configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature tests. From-SVN: r37058
2000-10-20Add changelog for previous commitAlexandre Oliva1-0/+5
From-SVN: r36962
2000-09-06configure.in (multilib): Enable by default only for target.Alexandre Oliva1-0/+5
* configure.in (multilib): Enable by default only for target. * configure: Rebuilt. From-SVN: r36207
2000-09-03configure.in: Add TARGET_LIBRARY conditional.Anthony Green1-0/+8
Sun Sep 3 12:37:12 2000 Anthony Green <green@redhat.com> * configure.in: Add TARGET_LIBRARY conditional. * configure: Rebuilt. * Makefile.am: If we're building a build host library, call the library libz.a and don't use libtool. * Makefile.in: Rebuilt. From-SVN: r36121
1999-10-04configure: Rebuilt.Tom Tromey1-0/+6
* configure: Rebuilt. * configure.in: Call AC_EXEEXT after LIB_AC_PROG_CC, but don't actually let AC_EXEEXT run. From-SVN: r29813
1999-09-28aclocal.m4, configure: Rebuilt.Tom Tromey1-0/+5
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol. From-SVN: r29699
1999-08-10Makefile.in: Rebuilt.Rainer Orth1-0/+9
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization. From-SVN: r28640
1999-08-03* aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1-0/+4
From-SVN: r28438
1999-07-19Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for ↵Alexandre Oliva1-0/+6
this Makefile, use *-am instead. 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (*-recursive, *-am, *-multi): Automake does not generate *-recursive for this Makefile, use *-am instead. * Makefile.in: Rebuilt. From-SVN: r28173
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-0/+4
* Makefile.in: Rebuilt. * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27669
1999-06-21Makefile.in: Rebuilt.Tom Tromey1-0/+8
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
1999-05-10configure, [...]: Rebuilt.Tom Tromey1-0/+7
* configure, Makefile.in: Rebuilt. * Makefile.am (EXTRA_LTLIBRARIES): New macro. (toolexeclib_LTLIBRARIES): Use @target_all@. * configure.in: Recognize --with-system-zlib. Subst target_all. From-SVN: r26854
1999-05-05Makefile.in: Replace with automake-generated file.Tom Tromey1-0/+10
* Makefile.in: Replace with automake-generated file. * Makefile.am: New file. * configure: Replaced with autoconf-generated script. * aclocal.m4: New file. * acinclude.m4: New file. * configure.in: New file. * Makefile: Removed. From-SVN: r26777