]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge: Use gnulib's alloca-opt module.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jun 2011 16:28:41 +0000 (09:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Jun 2011 16:28:41 +0000 (09:28 -0700)
1  2 
ChangeLog

diff --cc ChangeLog
index e523175936e1b0f385fdca766704bf1be1d0364a,c3b34d66c140831e9d5481811019b53af0395538..9b8e5f762f33e873921b6a20f77ab946485eaa0a
+++ b/ChangeLog
@@@ -1,3 -1,14 +1,14 @@@
 -2011-06-21  Paul Eggert  <eggert@cs.ucla.edu>
++2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
+       Use gnulib's alloca-opt module.
+       * .bzrignore: Add lib/alloca.h.
+       * Makefile.in (GNULIB_MODULES): Add alloca-opt.
+       * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
+       as gnulib now does that for us.  Put alloca check in config.h.
+       Include <alloca.h> before any other include file, for AIX 3.
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
+       * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
  2011-06-21  Leo Liu  <sdl.web@gmail.com>
  
        * m4/sha256.m4: