No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / autoconf-lib-link / ChangeLog
blobeb3db910f95b71089d09b9020ab856c6c6f644e4
1 2005-04-11  Bruno Haible  <bruno@clisp.org>
3         * gettext-0.14.4 released.
5 2005-04-11  Bruno Haible  <bruno@clisp.org>
7         * tests/rpath-1, tests/rpath-2_a, tests/rpath-2_b, tests/rpath-3_a:
8         * tests/rpath-3_b, tests/rpathcfg.sh: Use build-aux instead of config.
10 2005-03-22  Bruno Haible  <bruno@clisp.org>
12         * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
13         * tests/rpath*/configure.ac (AC_CONFIG_AUX_DIR): Use ../../../build-aux.
14         * Makefile.am: Replace config/m4 with m4 and config/ with build-aux/.
15         (build-aux-dir): Renamed from config-dir.
17 2005-03-14  Bruno Haible  <bruno@clisp.org>
19         * gettext-0.14.3 released.
21 2005-02-24  Bruno Haible  <bruno@clisp.org>
23         * gettext-0.14.2 released.
25 2005-02-07  Bruno Haible  <bruno@clisp.org>
27         * config.rpath: Upgrade to libtool-1.5.12: support for Portland Group
28         compiler, support for DragonFly BSD, relaxed copyright permissions.
30 2005-02-07  Bruno Haible  <bruno@clisp.org>
32         * config.rpath: Use 'sed' with ranges only in C locale. Needed because
33         in the et_EE locale, the letters T U V W C Y come after Z.
34         Reported by Mike Frysinger <vapier@gentoo.org>.
36 2005-01-09  Bruno Haible  <bruno@clisp.org>
38         Adaptation to automake-1.9.
39         * Makefile.am (tests/rpath*/aclocal.m4): Turn the m4 directories
40         into absolute pathnames, so that aclocal-1.9 includes the files
41         literally into the created aclocal.m4 file, instead of putting
42         m4_include(...) statements that don't work after the directory has
43         been copied to a different location.
45 2005-01-05  Bruno Haible  <bruno@clisp.org>
47         * config.rpath: Upgrade to libtool-1.5.10.
49 2004-11-11  Bruno Haible  <bruno@clisp.org>
51         * config.rpath: Upgrade to libtool-1.5.8 and libtool-1.5.10.
53 2004-11-11  Bruno Haible  <bruno@clisp.org>
55         * config.rpath: Upgrade to libtool-1.5.6.
57 2004-10-30  James Youngman  <jay@gnu.org>
59         * config.rpath: Modify comment to be consistent with the code.
61 2004-02-22  Bruno Haible  <bruno@clisp.org>
63         * config.rpath: Add support for Comeau C++ on Linux.
64         Patch by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
66 2004-02-21  Bruno Haible  <bruno@clisp.org>
68         * config.rpath: Upgrade to libtool-1.5.2.
70 2004-01-29  Bruno Haible  <bruno@clisp.org>
72         * gettext-0.14.1 released.
74 2004-01-28  Bruno Haible  <bruno@clisp.org>
76         * gettext-0.14 released.
78 2003-12-12  Bruno Haible  <bruno@clisp.org>
80         Assume automake-1.8.
81         * Makefile.am (html): Remove rule.
82         (distclean-local): Renamed from distclean-am.
83         * tests/Makefile.am (distclean-local): Renamed from distclean-am.
85 2003-12-17  Bruno Haible  <bruno@clisp.org>
87         * gettext-0.13.1 released.
89 2003-11-30  Bruno Haible  <bruno@clisp.org>
91         * gettext-0.13 released.
93 2003-10-31  Bruno Haible  <bruno@clisp.org>
95         * configure.ac: Remove argument of FIX_MAKEFILE_DISTRIB.
97 2003-06-17  Paul Eggert  <eggert@twinsun.com>
99         * config.rpath: Use grep instead of egrep, since POSIX 1003.1-2001 no
100         longer requires egrep.
102 2003-05-22  Bruno Haible  <bruno@clisp.org>
104         * gettext-0.12.1 released.
106 2003-05-20  Bruno Haible  <bruno@clisp.org>
108         * Makefile.am (config-dir): New target.
109         (config/config.guess, config/config.sub, config/install-sh,
110         config/ltmain.sh, config/mkinstalldirs, config/missing,
111         config/config.rpath): Depend on it.
112         (distclean-am): Remove config-dir as well.
113         Reported by Frédéric L. W. Meunier <0@pervalidus.tk>.
115 2003-05-17  Bruno Haible  <bruno@clisp.org>
117         * gettext-0.12 released.
119 2003-05-02  Bruno Haible  <bruno@clisp.org>
121         * config.rpath: Document limitation on IRIX.
123 2003-04-24  Bruno Haible  <bruno@clisp.org>
125         * config.rpath: Update to libtool-1.5. Small changes for AIX, HP-UX,
126         Irix, Linux, MacOS X, Windows.
128 2003-04-24  Bruno Haible  <bruno@clisp.org>
130         * config.rpath: Don't set sys_lib_search_path_spec and
131         sys_lib_dlsearch_path_spec.
133 2003-02-28  Bruno Haible  <bruno@clisp.org>
135         Support for relocatable installation.
136         * INSTALL: Document --enable-relocatable and --with-libintl-prefix.
138 2003-02-22  Bruno Haible  <bruno@clisp.org>
140         * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
142 2003-02-12  Bruno Haible  <bruno@clisp.org>
144         Extracted from gettext package.
145         * configure.ac: New file.
146         * Makefile.am: New file.
147         * AUTHORS, COPYING, INSTALL, NEWS, README: New files.
148         * m4/Makefile.am: New file.
149         * tests/Makefile.am: New file.
150         * tests/rpath-1: Move temporary directories down under tstdir.
151         Rename global_top_srcdir to global_top_auxdir.
152         * tests/rpath-2_a: Likewise.
153         * tests/rpath-2_b: Likewise.
154         * tests/rpath-3_a: Likewise.
155         * tests/rpath-3_b: Likewise.
156         * tests/rpath-2???: Use $srcdir instead of $top_srcdir/tests.
157         * tests/rpath-3???: Likewise.
158         * tests/rpathcfg.sh: Move temporary directories down under tstdir.
159         Use $srcdir instead of $top_srcdir/tests.
160         * tests/rpath*/Makefile.am: Use global_top_auxdir instead of
161         global_top_srcdir.
162         * tests/rpath*/configure.ac: Use AC_CONFIG_AUX_DIR instead of
163         AC_CONFIG_AUX_DIRS; the latter is undocumented and doesn't work
164         with automake-1.7.2.