From: Paul Eggert Date: Wed, 22 Jun 2011 16:28:41 +0000 (-0700) Subject: Merge: Use gnulib's alloca-opt module. X-Git-Tag: emacs-pretest-24.0.90~104^2~472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94a807ac4e785c6387ddac4380a924a7859ab3f2;p=emacs.git Merge: Use gnulib's alloca-opt module. --- 94a807ac4e785c6387ddac4380a924a7859ab3f2 diff --cc ChangeLog index e523175936e,c3b34d66c14..9b8e5f762f3 --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,14 +1,14 @@@ -2011-06-21 Paul Eggert ++2011-06-22 Paul Eggert + + 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 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 * m4/sha256.m4: