Use gnulib's alloca-opt module.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Jun 2011 16:15:07 +0000 (09:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Jun 2011 16:15:07 +0000 (09:15 -0700)
commitfa23e171f4d9390c1c4151355ec72f9ff6fc90ab
tree3545fbfe6da37d20d6cc37a4d2f1be884a868a6a
parent9e9de01439b2c57e79505ba0668894c9addc3bf1
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 after gl_INIT.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
ChangeLog
Makefile.in
configure.in
lib/alloca.in.h [new file with mode: 0644]
lib/gnulib.mk
m4/alloca.m4 [new file with mode: 0644]
m4/gl-comp.m4