summaryrefslogtreecommitdiff
path: root/zlib
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: New name of configure.in.Paolo Bonzini2004-06-156-792/+893
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmudflap/ChangeLog: 2005-06-15 Paolo Bonzini <bonzini@gnu.org> * configure.ac: New name of configure.in. Update AC_INIT, AC_CONFIG_SRCDIR, AC_CONFIG_HEADERS, AC_CONFIG_FILES, AC_OUTPUT, AM_INIT_AUTOMAKE to the preferred style for Autoconf 2.5x and Automake 1.7 or later. * configure.in: Remove. * configure: Regenerate. * Makefile.am: Remove useless multilib rules. * Makefile.in: Regenerate. libstdc++-v3/ChangeLog: 2005-06-15 Paolo Bonzini <bonzini@gnu.org> * acinclude.m4: Remove useless multilib configury. * Makefile.am: Remove useless multilib rules. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * configure.ac: Use AM_ENABLE_MULTILIB. * configure: Regenerate. zlib/ChangeLog.gcj: 2005-06-15 Paolo Bonzini <bonzini@gnu.org> * Makefile.am: Remove useless multilib rules. * configure.ac: Rewrite multilib support to use features of recent automakes. * aclocal.m4: Regenerate with Automake 1.8.5. * Makefile.in: Regenerate with Automake 1.8.5. * configure: Regenerate. libffi/ChangeLog: 2005-06-15 Paolo Bonzini <bonzini@gnu.org> * Makefile.am: Remove useless multilib rules. * Makefile.in: Regenerate. * aclocal.m4: Regenerate with automake 1.8.5. * configure.ac: Remove useless multilib configury. * configure: Regenerate. From-SVN: r83184
* Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini2004-06-151-0/+1
| | | | | | libmudflap. From-SVN: r83169
* re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ↵Kaz Kojima2004-05-181-1/+1
| | | | | | | | | | is referenced by DSO) PR bootstrap/15120 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*. * */configure: Rebuilt. From-SVN: r81980
* Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.Kelley Cook2004-04-125-452/+1771
| | | | | | | | | | | 2004-04-12 Kelley Cook <kcook@gcc.gnu.org> * Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc. * Makefile.in: Regenerate with automake 1.7.9. * aclocal.m4: Likewise. * configure: Regenerate. From-SVN: r80620
* configure.in: Rename file to ...Kelley Cook2004-04-103-4/+10
| | | | | | | | | | 2004-04-10 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Rename file to ... * configure.ac: ...this. * Makefile.in: Regenerate. From-SVN: r80582
* configure.in: Update to autoconf 2.59; clean up slightly.Nathanael Nerode2004-04-096-1558/+4633
| | | | | | | | | | | | 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Update to autoconf 2.59; clean up slightly. * acinclude.m4: Update to autoconf 2.59. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r80544
* configure.in: Add in AC_PREREQ(2.13)Kelley Cook2004-01-152-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boehm-gc/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libf2c/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * libF77/configure.in: Update to AC_PREREQ(2.13) * libI77/configure.in: Update to AC_PREREQ(2.13) * libU77/configure.in: Update to AC_PREREQ(2.13) * libU77/configure: Regenerate. libffi/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libjava/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) libjava/libltdl 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Update to AC_PREREQ(2.57). Delete FIXME comment. zlib/ 2004-01-09 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Add in AC_PREREQ(2.13) From-SVN: r75901
* * libtool.m4 (LD): Correct powerpc64 host match.Alan Modra2003-09-092-1/+5
| | | | From-SVN: r71229
* re PR bootstrap/7126 (zlib version is wrong in zlib/configure.in)Nathanael Nerode2003-07-123-58/+32
| | | | | | | | PR bootstrap/7126 * configure.in: Correct zlib version number. * configure: Regenerate. From-SVN: r69263
* * README: Note that zlib is not part of GCC.Gerald Pfeifer2003-07-112-0/+7
| | | | From-SVN: r69247
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva2003-04-111-24/+56
| | | | | | | * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. * */configure: Rebuilt. From-SVN: r65459
* configure.in: Avoid trailing /.Andreas Schwab2003-03-123-55/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-03-10 Andreas Schwab <schwab@suse.de> boehm-gc: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libf2c: * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * configure: Rebuilt. libffi: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libjava: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libobjc: * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * configure: Rebuilt. libstdc++-v3: * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * aclocal.m4, configure: Rebuilt. zlib: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. From-SVN: r64267
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.Alexandre Oliva2003-02-203-0/+8
| | | | | | | | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. * configure: Rebuilt. From-SVN: r63159
* configure.in (multiosdir): Set to nothing if compiler is not GCC or if...Alexandre Oliva2003-02-203-32/+62
| | | | | | | | * configure.in (multiosdir): Set to nothing if compiler is not GCC or if it doesn't support -print-multi-os-directory. * configure: Rebuilt. From-SVN: r63153
* ChangeLog file for zlibAlexandre Oliva2003-01-284-127/+191
| | | | From-SVN: r61937
* Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi2002-09-233-2/+6
| | | | | | | | | | | | | | | | | | | | | boehm-gc: * Makefile.am (all-multi): Fix multilib parallel build. libf2c: * Makefile.in (all): Fix multilib parallel build. libffi: * Makefile.am (all-multi): Fix multilib parallel build. libiberty: * Makefile.in (all): Fix multilib parallel build. libjava: * Makefile.am (all-multi): Fix multilib parallel build. libobjc: * Makefile.in (all): Fix multilib parallel build. libstdc++-v3: * Makefile.am (all-multi): Fix multilib parallel build. zlib: * Makefile.am (all-multi): Fix multilib parallel build. From-SVN: r57423
* configure, configure: Rebuilt.Alexandre Oliva2002-08-141-41/+66
| | | | | | | | | | | | | | | | | | | * boehm-gc/configure, libf2c/configure: Rebuilt. * libffi/configure, libiberty/configure: Ditto. * libjava/configure, libobjc/configure: Ditto. * libstdc++-v3/configure, zlib/configure: Ditto. Merged from binutils: 2002-01-27 Daniel Jacobowitz <drow@mvista.com> From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. From-SVN: r56270
* 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