summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* Init shell var properly in git-version-gen.Thien-Thi Nguyen2010-06-151-1/+4
| | | | | * build-aux/git-version-gen: Ensure shell var is not influenced by an env var of the same name.
* Import Gnulib's `git-version-gen' module.Ludovic Courtès2010-05-301-0/+155
| | | | * m4/gnulib-cache.m4: Add `git-version-gen'.
* Update Gnulib to v0.0-3955-g8ab5996.Ludovic Courtès2010-05-297-22/+103
|
* Update Gnulib; use the `func' module.Ludovic Courtès2010-03-183-3/+253
| | | | | | Update Gnulib to v0.0-3575-g128e4b8. * m4/gnulib-cache.m4: Add `func'.
* Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix.Ludovic Courtès2010-02-171-5/+11
| | | | | | | | Reverts commit 691b9ec196203fa5d6da3530d5355b2f73e707d1 ("getaddrinfo: Define macros lacking in NetBSD 5.0."). * libguile/net_db.c (AI_ALL, AI_V4MAPPED, AI_ADDRCONFIG): Remove placeholder definitions, how provided by Gnulib's <netdb.h>.
* Use Gnulib's `getaddrinfo' module.Ludovic Courtès2010-02-1412-61/+134
| | | | | | | * m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'.
* Use Gnulib's `sys_stat' module; update Gnulib.Ludovic Courtès2009-12-153-33/+70
| | | | | | | | | * .x-sc_prohibit_S_IS_definition: New file. * m4/gnulib-cache.m4: Add `sys_stat'. * libguile/filesys.c: Remove `S_IS*' macro definitions for Ultrix and MinGW.
* Use Gnulib's `locale' module.Ludovic Courtès2009-11-231-1/+6
| | | | | | | | | * configure.ac: Remove test for <xlocale.h>. * libguile/i18n.c: Remove conditional <xlocale.h> inclusion on `HAVE_XLOCALE_H'. * m4/gnulib-cache.m4: Add `locale' module.
* Add Gnulib maintainer modules.Ludovic Courtès2009-11-177-6/+1719
| | | | | | | | | | * m4/gnulib-cache.m4: Add `announce-gen', `gendocs', `gitlog-to-changelog', `gnupload', `gnu-web-doc-update', and `maintainer-makefile'. * .gnuploadrc, .x-sc_GPL_version, .x-sc_avoid_if_before_free, .x-sc_error_message_period, .x-sc_cast_of_alloca_return_value, .x-sc_cast_of_argument_to_free, .x-sc_error_message_uppercase, .x-sc_error_message_warn_fatal: New files.
* Fix `gitlog-to-changelog' on NixOS.Ludovic Courtès2009-10-151-1/+4
|
* generate changelogs at dist timeAndy Wingo2009-06-191-0/+183
| | | | | | | * Makefile.am: Add rule to make a ChangeLog at dist-time. The rule comes from coreutils. * build-aux/gitlog-to-changelog: New helper script, from gnulib.
* Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports.Ludovic Courtès2009-05-281-9/+15
| | | | | * m4/gnulib-cache.m4 (gl_MODULES): Add `byteswap', `iconv_open-utf', `libunistring', `striconveh', and `string'.
* Remove `.cvsignore' files.Ludovic Courtès2008-09-111-13/+0
|
* Add Gnulib-provided files for convenience.Ludovic Courtès2008-08-211-0/+28
| | | | | These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
* More `.gitignore'.Ludovic Courtès2008-04-071-0/+1
|
* * autogen.sh: Copy versions of config.guess and config.sub fromNeil Jerram2008-02-151-29/+81
| | | | | | | | | | | | | Guile CVS to build-aux and guile-readline. * HACKING: Note need for libtool >= 1.5.26. * config.rpath, build-aux/config.rpath: Updated to latest upstream version. * config.guess, config.sub: 2008-01-07 versions added to Guile CVS, to ensure that Guile developers are using new enough versions (in particular for AIX 6.1 support).
* build-aux/.cvsignore: Add a load more generated files to ignore,Neil Jerram2007-10-241-0/+13
| | | | and commit to CVS.
* Added `config.rpath'.Ludovic Courtès2007-08-141-0/+614