aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56326b34ddb..f95549d66a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Make merging from gnulib a script, not a makefile action.
4 Putting it in a makefile has some problems with reflection, as
5 merging from gnulib updates 'configure', which can update the makefile.
6 Putting it in a standalone script breaks this loop.
7 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
8 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
9 Remove, moving the actions to the script admin/merge-gnulib.
10
112012-05-21 Glenn Morris <rgm@gnu.org>
12
13 * Makefile.in (install-arch-indep, install-doc, install-info)
14 (uninstall): Scrap superfluous subshells.
15
12012-05-19 Ulrich Mueller <ulm@gentoo.org> 162012-05-19 Ulrich Mueller <ulm@gentoo.org>
2 17
3 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518) 18 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)