aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-07 14:15:00 -0700
committerPaul Eggert2011-10-07 14:15:00 -0700
commitd47439a333a33e01ba4b6695e588fd4ded4fc611 (patch)
tree07654f9076555ea27cd827fc2de1f1524a7ea16b /ChangeLog
parent84e8e185cdabbe547cb2b724c2ca1014a73efcfc (diff)
downloademacs-d47439a333a33e01ba4b6695e588fd4ded4fc611.tar.gz
emacs-d47439a333a33e01ba4b6695e588fd4ded4fc611.zip
Merge from gnulib, fixing some 'configure' typos (Bug#9696).
* lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4: * m4/gnulib-common.m4: Merge from gnulib. Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax: command not found" on powerpc-apple-darwin9.8.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdccef5941c..52aa133f8e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
12011-10-07 Paul Eggert <eggert@cs.ucla.edu> 12011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
5 * m4/gnulib-common.m4: Merge from gnulib.
6 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
7 command not found" on powerpc-apple-darwin9.8.0.
8
3 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove. 9 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4 This is now done by src/alloc.c. 10 This is now done by src/alloc.c.
5 11