aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-05-21 09:11:22 +0200
committerJoakim Verona2012-05-21 09:11:22 +0200
commit4a375d74b404b40cec9f976dde29f01f02078875 (patch)
treedf857071e4ed914048cbfe1930f3728817b1f5d2 /ChangeLog
parentaec4aaf7216eb43c374f7b065e518368adf316b7 (diff)
parenta52c0aa070a8d0919cf7c175d5a5f9a212ef3526 (diff)
downloademacs-4a375d74b404b40cec9f976dde29f01f02078875.tar.gz
emacs-4a375d74b404b40cec9f976dde29f01f02078875.zip
upstream
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)