comparison ChangeLog @ 112328:ba9f26694b92

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 14 Jan 2011 13:12:57 -0800
parents 2b598aa5d397 12edc231d764
children 56d3e9c28eb0
comparison
equal deleted inserted replaced
112327:17e0028efc29 112328:ba9f26694b92
1 2011-01-13 Paul Eggert <eggert@cs.ucla.edu> 1 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr. 3 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4 This avoids building ftoastr and ldtoastr, which aren't needed. See 4 This avoids building ftoastr and ldtoastr, which aren't needed. See
5 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>. 5 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
6 6
66 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in: 66 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
67 Regenerate. 67 Regenerate.
68 68
69 Use gnulib's ftoastr module. 69 Use gnulib's ftoastr module.
70 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy. 70 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
71
72 2011-01-08 Paul Eggert <eggert@cs.ucla.edu>
73 71
74 Regenerate. 72 Regenerate.
75 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c: 73 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
76 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4: 74 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
77 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing: 75 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
103 lib/Makefile, too. Use automake to build gnulib, as gnulib works 101 lib/Makefile, too. Use automake to build gnulib, as gnulib works
104 more conveniently with automake. 102 more conveniently with automake.
105 * lib/Makefile.am: New file. 103 * lib/Makefile.am: New file.
106 * make-dist: Also put into the distribution aclocal.m4, 104 * make-dist: Also put into the distribution aclocal.m4,
107 compile, depcomp, missing, and the files under lib/. 105 compile, depcomp, missing, and the files under lib/.
106
107 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
108
109 * make-dist: Distribute test/ files too.
110 Distribute every file under test/ that is under version control,
111 using patterns like *.el to capture files that are added later.
112 Without this change, "configure" would fail, because it would
113 attempt to build from a Makefile.in that was not distributed.
108 114
109 2011-01-13 Christian Ohler <ohler@gnu.org> 115 2011-01-13 Christian Ohler <ohler@gnu.org>
110 116
111 * Makefile.in (INFO_FILES): Add ERT. 117 * Makefile.in (INFO_FILES): Add ERT.
112 118