diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-21 09:15:07 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-21 09:15:07 -0700 |
commit | fa23e171f4d9390c1c4151355ec72f9ff6fc90ab (patch) | |
tree | 3545fbfe6da37d20d6cc37a4d2f1be884a868a6a /Makefile.in | |
parent | 9e9de01439b2c57e79505ba0668894c9addc3bf1 (diff) | |
download | emacs-fa23e171f4d9390c1c4151355ec72f9ff6fc90ab.tar.gz |
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 4fe51076aea..40d76104397 100644 --- a/Makefile.in +++ b/Makefile.in @@ -332,6 +332,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4 # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools # as per $(gnulib_srcdir)/DEPENDENCIES. GNULIB_MODULES = \ + alloca-opt \ careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr \ filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink \ socklen stdarg stdio strftime strtoumax symlink sys_stat |