summaryrefslogtreecommitdiff
path: root/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-164-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. From-SVN: r53523
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and ↵Alexandre Oliva2002-05-083-72/+92
| | | | | | | | | | set LD to it when configuring multilibs. * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and set LD to it when configuring multilibs. * configure: Rebuilt. From-SVN: r53278
* Last commit missed thisBryce McKinlay2002-03-171-0/+5
| | | | From-SVN: r50902
* Makefile.am: Make target library a convenience library.Bryce McKinlay2002-03-172-79/+48
| | | | | | | | | | | | | | | | | | | | | | | | | zlib: * Makefile.am: Make target library a convenience library. * Makefile.in: Rebuilt. libffi: * Makefile.am: libfficonvenience -> libffi_convenience. * Makefile.in: Rebuilt. boehm-gc: * Makefile.am: Make a convenience library. * Makefile.in: Rebuilt. libjava: Build a single libgcj.so, without separate gc and zlib libraries. * configure.in: Use convenience libraries for boehm-gc and zlib. Set SYS_ZLIBS if system zlib is used. * configure: Rebuilt. * Makefile.am: Use boehm-gc and zlib convenience libraries. * Makefile.in: Rebuilt. * libtool-version: Increment .so version number. From-SVN: r50900
* * ChangeLog.gcj: Imported 1.1.4, while preserving local changes.Tom Tromey2002-03-1131-151/+203
| | | | From-SVN: r50612
* Initial revisionTom Tromey2002-03-111-0/+971
| | | | From-SVN: r50606
* Dummy commit in preparation for importTom Tromey2002-03-1115-15/+15
| | | | From-SVN: r50605
* re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey2001-07-034-80/+106
| | | | | | | | Fix for PR bootstrap/3281: * configure, Makefile.in: Rebuilt. * configure.in: Set mkinstalldirs, for in-tree build. From-SVN: r43736
* configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in ↵Alexandre Oliva2001-06-093-55/+69
| | | | | | | | | | autoconf 2.50. * configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50. * configure: Rebuilt. From-SVN: r43103
* ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva2001-05-201-39/+43
| | | | | | | | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4. From-SVN: r42351
* acinclude.m4: Use ../libtool.m4.Alexandre Oliva2001-05-136-1094/+665
| | | | | | | | * acinclude.m4: Use ../libtool.m4. * configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR. * acinclude.m4, configure, Makefile.in: Rebuilt. From-SVN: r42052
* configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature ↵Chris Demetriou2000-10-253-101/+122
| | | | | | | | | | | tests. 2000-10-24 Chris Demetriou <cgd@sibyte.com> * configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature tests. From-SVN: r37058
* Add changelog for previous commitAlexandre Oliva2000-10-201-0/+5
| | | | From-SVN: r36962
* configure.in (zlib_basedir): Cope with empty with_target_subdirAlexandre Oliva2000-10-102-63/+65
| | | | | | | * configure.in (zlib_basedir): Cope with empty with_target_subdir * configure: Rebuilt. From-SVN: r36823
* configure.in (multilib): Enable by default only for target.Alexandre Oliva2000-09-063-92/+86
| | | | | | | * configure.in (multilib): Enable by default only for target. * configure: Rebuilt. From-SVN: r36207
* configure.in: Add TARGET_LIBRARY conditional.Anthony Green2000-09-035-173/+259
| | | | | | | | | | | | 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
* configure: Rebuilt.Tom Tromey1999-10-043-198/+214
| | | | | | | | * configure: Rebuilt. * configure.in: Call AC_EXEEXT after LIB_AC_PROG_CC, but don't actually let AC_EXEEXT run. From-SVN: r29813
* aclocal.m4, configure: Rebuilt.Tom Tromey1999-09-284-354/+696
| | | | | | | * aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol. From-SVN: r29699
* Makefile.in: Rebuilt.Rainer Orth1999-08-105-87/+109
| | | | | | | | | | | * 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
* * aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1999-08-034-676/+126
| | | | From-SVN: r28438
* Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for ↵Alexandre Oliva1999-07-193-0/+137
| | | | | | | | | | | | 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
* Makefile.in: Rebuilt.Tom Tromey1999-06-213-2/+6
| | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27669
* Makefile.in: Rebuilt.Tom Tromey1999-06-215-3/+34
| | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
* configure, [...]: Rebuilt.Tom Tromey1999-05-105-83/+168
| | | | | | | | | * 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
* Makefile.in: Replace with automake-generated file.Tom Tromey1999-05-058-525/+4243
| | | | | | | | | | | | * 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
* Initial revisionTom Tromey1999-05-04103-0/+21921
From-SVN: r26770