diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-10-07 14:15:00 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-10-07 14:15:00 -0700 |
commit | d47439a333a33e01ba4b6695e588fd4ded4fc611 (patch) | |
tree | 07654f9076555ea27cd827fc2de1f1524a7ea16b /ChangeLog | |
parent | 84e8e185cdabbe547cb2b724c2ca1014a73efcfc (diff) | |
download | emacs-d47439a333a33e01ba4b6695e588fd4ded4fc611.tar.gz |
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-- | ChangeLog | 6 |
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 @@ 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> + 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. + * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove. This is now done by src/alloc.c. |