aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-21 10:10:10 -0700
committerPaul Eggert2011-06-21 10:10:10 -0700
commite92b6c884116d70e224e9cb535ed85a2b05665a5 (patch)
tree326b1a79ec5657e8deddc5baaeb5b5e5b8879104 /ChangeLog
parent8462fc0ce20cc1caf883996d193d1cd2c1629498 (diff)
downloademacs-e92b6c884116d70e224e9cb535ed85a2b05665a5.tar.gz
emacs-e92b6c884116d70e224e9cb535ed85a2b05665a5.zip
* configure.in: Port alloca to AIX 3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c73d6bf85f6..c3b34d66c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@
4 * .bzrignore: Add lib/alloca.h. 4 * .bzrignore: Add lib/alloca.h.
5 * Makefile.in (GNULIB_MODULES): Add alloca-opt. 5 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
6 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff, 6 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
7 as gnulib now does that for us. Put alloca check after gl_INIT. 7 as gnulib now does that for us. Put alloca check in config.h.
8 Include <alloca.h> before any other include file, for AIX 3.
8 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. 9 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
9 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib. 10 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
10 11