2003-05-17 Bruno Haible * gettext-0.12 released. 2003-05-17 Bruno Haible * version.sh: Bump version number to 0.12. 2003-05-08 Bruno Haible * PACKAGING: Update for changed default value of $mandir and $docdir. 2003-05-06 Bruno Haible * config/config.guess, config/config.sub: Update to GNU version 2003-02-22. 2003-04-24 Bruno Haible Support for libtool-1.5. * configure.ac: Postprocess the esyscmd output by replacing ]AC_ENABLE_SHARED_DEFAULT[ -> yes ]AC_ENABLE_STATIC_DEFAULT[ -> yes ]AC_ENABLE_FAST_INSTALL_DEFAULT[ -> yes * config/ltmain.sh: Upgrade to libtool-1.5. 2003-02-18 Bruno Haible * config/ltmain.sh (install): Use "ln -s -f" instead of "rm -f && ln -s" to make a symlink for a shared library. Take care of Solaris /bin/ln. Reported by Nelson H. F. Beebe . 2001-11-03 Bruno Haible * config/m4/ltmain.sh: chmod 777 the .libs directory, so that "make install" succeeds. * config/m4/libtool.m4: Upgrade to libtool-1.5. 2002-07-14 Bruno Haible * config/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for GNU/FreeBSD. 2003-04-12 Bruno Haible * Makefile.vms: Don't use the force target. Suggested by Jouk Jansen . 2003-04-12 Bruno Haible * Makefile.msvc (mandir, docdir): Use datadir instead of prefix. 2003-04-06 Bruno Haible * config/install-reloc: Also compile progreloc.c. 2003-04-05 Bruno Haible * config/install-reloc: Don't define NO_LIBRARIES. 2003-04-01 Bruno Haible * README.mingw: New file. * README.vms: New file. * Makefile.am (EXTRA_DIST): Add them. 2003-03-30 Bruno Haible * Makefile.vms: New file. * Makefile.am (EXTRA_DIST): Add Makefile.vms. 2003-03-17 Bruno Haible Native Woe32/MSVC support. * Makefile.msvc: New file. * README.woe32: New file. * Makefile.am (EXTRA_DIST): Add them. 2003-02-28 Bruno Haible Support for relocatable installation. * config/config.libpath: New file. * config/install-reloc: New file. * config/reloc-ldflags: New file. * Makefile.am (EXTRA_DIST): Add them. * config/compile: New file, from automake-1.7.2. * INSTALL: Document --enable-relocatable and --with-libintl-prefix. 2003-02-27 Bruno Haible * configure.ac: Include AC_CANONICAL_HOST, AC_ARG_ENABLE, AC_ARG_WITH, AC_ARG_VAR calls from the subdir configures. * Makefile.am (configure): Depend on each subdir's configure.ac. 2003-02-22 Bruno Haible * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. 2003-02-18 Bruno Haible Fix the 2002-09-16 fix. * ltmain.sh (install): If "ln -s -f" fails (this is the case with /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s". 2003-02-18 Bruno Haible * config/config.guess, config/config.sub: Update to GNU version 2003-02-03. 2003-02-16 Bruno Haible Workaround autoconf >= 2.52 breakage. * config/m4/libtool.m4 (AC_LIBTOOL_ARG_WITH): New macro. (_LT_AC_LTCONFIG_HACK, AC_PROG_LD): Use it. 2003-02-12 Bruno Haible Big restructuring. * autoconf-lib-link: New subdirectory. * gettext-runtime: New subdirectory. * gettext-tools: New subdirectory. * config: New subdirectory. * configure.ac: New file. * Makefile.am: New file. * version.sh: New file. See ChangeLog.0 for earlier changes.