aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e9b2a917766..6f1c9254bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,9 @@
12012-05-21 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (LEIM_INSTALLDIR):
4 Rename to leimdir, treat like lispdir.
5
62012-05-21 Paul Eggert <eggert@cs.ucla.edu> 12012-05-21 Paul Eggert <eggert@cs.ucla.edu>
7 2
3 Assume C89 or later.
4 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
5 (POINTER_TYPE, PROTOTYPES): Remove.
6
8 Make merging from gnulib a script, not a makefile action. 7 Make merging from gnulib a script, not a makefile action.
9 Putting it in a makefile has some problems with reflection, as 8 Putting it in a makefile has some problems with reflection, as
10 merging from gnulib updates 'configure', which can update the makefile. 9 merging from gnulib updates 'configure', which can update the makefile.
@@ -15,6 +14,11 @@
15 14
162012-05-21 Glenn Morris <rgm@gnu.org> 152012-05-21 Glenn Morris <rgm@gnu.org>
17 16
17 * configure.in (LEIM_INSTALLDIR):
18 Rename to leimdir, treat like lispdir.
19
202012-05-21 Glenn Morris <rgm@gnu.org>
21
18 * Makefile.in (install-arch-indep, install-doc, install-info) 22 * Makefile.in (install-arch-indep, install-doc, install-info)
19 (uninstall): Scrap superfluous subshells. 23 (uninstall): Scrap superfluous subshells.
20 24