summaryrefslogtreecommitdiff
path: root/m4/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Revert lib/.gitignore and m4/.gitignore to how they should beNeil Jerram2009-01-151-0/+2
| | | | (before my confused Gnulib commits...)
* Add more missing Gnulib filesNeil Jerram2009-01-151-8/+0
|
* Add more missing Gnulib filesNeil Jerram2009-01-141-3/+0
|
* Add missing Gnulib file (m4/localcharset.m4)Neil Jerram2009-01-141-1/+0
|
* Make sure that we have a real on-the-stack alloca()Neil Jerram2009-01-121-0/+10
| | | | | | | | | | | | Because of how Guile saves and restores continuations (by copying the stack), and how it uses alloca to create space for debug information on the stack, we must have an alloca() that really does use the stack, and not one that uses the heap. To do this, we use the Gnulib "alloca-opt" module instead of "alloca". This commit also updates the Gnulib sources from the current Gnulib Git repository.
* Make GNU Libtool 2.2.x happier.Ludovic Courtès2008-11-301-0/+2
| | | | | | | | | | * configure.in: Use `AC_CONFIG_MACRO_DIR([m4])'. Reverts patch b01284227e180d223c97e1b9ba7e2cbd0ddded7e and makes `libtoolize' from Libtool 2 happier (removes a couple of warnings). * Makefile.am (ACLOCAL_AMFLAGS): Remove `-I guile-config' since that directory only contains macros that we distribute, not macros that we use.
* Add Gnulib-provided files for convenience.Ludovic Courtès2008-08-211-10/+0
| | | | | These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
* Update Gnulib files.Ludovic Courtès2008-07-051-0/+2
|
* More `.gitignore'.Ludovic Courtès2008-04-071-0/+8