diff options
| author | Paul Eggert | 2011-06-21 10:10:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-21 10:10:10 -0700 |
| commit | e92b6c884116d70e224e9cb535ed85a2b05665a5 (patch) | |
| tree | 326b1a79ec5657e8deddc5baaeb5b5e5b8879104 /ChangeLog | |
| parent | 8462fc0ce20cc1caf883996d193d1cd2c1629498 (diff) | |
| download | emacs-e92b6c884116d70e224e9cb535ed85a2b05665a5.tar.gz emacs-e92b6c884116d70e224e9cb535ed85a2b05665a5.zip | |
* configure.in: Port alloca to AIX 3.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||