summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Expand)AuthorAgeFilesLines
* Update Gnulib to v0.1-1157-gb03f418.Andy Wingo2017-02-1512-38/+86
* Avoid Gnulib unistr/* modules...(unistr/base, unistr/u8-mbtouc, unistr/u8-mbtouc-unsafe) (unistr/u8-mbtoucr, unistr/u8-prev unistr/u8-uctomb, unitypes): --avoid these modules. Andy Wingo2016-07-101-36/+0
* Update Gnulib to 68b6ade....Also add --conditional-dependencies to the flags. See: https://lists.gnu.org/archive/html/guile-devel/2016-07/msg00012.html Andy Wingo2016-07-0713-171/+278
* Revert "Update Gnulib to v0.1-603-g1d16a7b"...This reverts commit 2d4da30fdefbcdb065d4b1f48f2a77d06f69e3c3. This Gnulib update was causing failures related to timezones in stime.c. I tried to fix it by adopting the time_rz module from gnulib but that then caused other failures. We can try again later. Andy Wingo2015-10-2513-239/+140
* Update Gnulib to v0.1-603-g1d16a7bAndy Wingo2015-10-2213-140/+239
* Update Gnulib to v0.1-77-gd9361daMark H Weaver2014-02-0313-22/+40
* Make `build-aux/gendocs.sh' executable.Ludovic Courtès2013-04-101-0/+0
* Update to gnulib 0.0.7865-a828.Andy Wingo2013-02-1813-112/+158
* Update Gnulib to v0.0-7695-g26c0590....* gnulib-local/m4/canonicalize.m4.diff: Remove. * Makefile.am (EXTRA_DIST): Adjust accordingly. Ludovic Courtès2012-11-173-82/+203
* Update Gnulib to v0.0-7509-g98a2286....* Makefile.am (EXTRA_DIST): Add `m4/gnulib-cache.m4'. * build-aux/git-version-gen: Keep unchanged. Ludovic Courtès2012-07-066-69/+152
* git-version-gen: add --match argument...* build-aux/git-version-gen (Options): Add --match argument. (v_from_git): Remove path without --match. Andy Wingo2012-07-061-7/+12
* update git-version-gen from gnulib...* build-aux/git-version-gen: Import from gnulib. Andy Wingo2012-07-061-2/+3
* Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module....* m4/gnulib-cache.m4: Use `dirfd'. * libguile/filesys.c: Include Gnulib's <dirent.h> directly. (dirfd): Remove. Suggested by Bruno Haible <bruno@clisp.org>. Ludovic Courtès2012-01-1612-64/+96
* Update Gnulib to v0.0-6703-g4e0358a.Ludovic Courtès2011-12-143-39/+259
* Update Gnulib to v0.0-6523-gb3609c1.Ludovic Courtès2011-10-226-5/+18
* gnulib update...Added pipe2 and open modules, to get O_CLOEXEC. * libguile/Makefile.am (guile_filter_doc_snarfage$(EXEEXT)): Add gnulib here, in the native build case, for rpl_fflush if needed. foo Andy Wingo2011-06-162-119/+122
* Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'....* m4/gnulib-cache.m4: Remove `strcase' and `version-etc-fsf'. * configure.ac (POTENTIAL_GCC_CFLAGS): Remove `-Wundef'. * libguile/script.c: Don't include <version-etc.h>. Ludovic Courtès2011-04-252-5/+5
* Update Gnulib; add new modules; remove `round' module....This updates Gnulib to v0.0-4951-g6ff7b70. * m4/gnulib-cache.m4: Add floor, ceil, frexp, and ldexp. Add wchar as an explicit dependency; it had been present as an indirect dependency before, but no longer. Remove round, which I had requested earlier, but turned out to be unnecessary. Mark H Weaver2011-03-092-49/+79
* Update Gnulib; add new modules....This updates Gnulib to v0.0-4889-ge375fe3. * m4/gnulib-cache.m4: Add `accept', `bind', `close', `connect', `getpeername', `getsockname', `getsockopt', `listen', `malloc', `malloca', `recv', `recvfrom', `send', `sendto', `setsockopt', `shutdown', `socket', and `sockets', requested by Jan Nieuwenhuizen <janneke-list@xs4all.nl> for cross-MinGW32 builds. Add `trunc', requested by Mark H Weaver <mhw@netris.org>. Ludovic Courtès2011-02-1411-49/+46
* Update Gnulib to v0.0-4544-gce083ca.Ludovic Courtès2010-12-201-2/+3
* Use Gnulib's `nproc'....This updates Gnulib to v0.0-4496-g6491120. * m4/gnulib-cache.m4: Add `nproc'. Ludovic Courtès2010-12-072-53/+65
* Use Gnulib's `stat-time' module; update Gnulib....This updates Gnulib files to v0.0-4207-gc82b481. * m4/gnulib-cache.m4: Add `stat-time'. Ludovic Courtès2010-09-041-13/+13
* Init shell var properly in git-version-gen....* build-aux/git-version-gen: Ensure shell var is not influenced by an env var of the same name. Thien-Thi Nguyen2010-06-151-1/+4
* Import Gnulib's `git-version-gen' module....* m4/gnulib-cache.m4: Add `git-version-gen'. Ludovic Courtès2010-05-301-0/+155
* Update Gnulib to v0.0-3955-g8ab5996.Ludovic Courtès2010-05-297-22/+103
* Update Gnulib; use the `func' module....Update Gnulib to v0.0-3575-g128e4b8. * m4/gnulib-cache.m4: Add `func'. Ludovic Courtès2010-03-183-3/+253
* Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix....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>. Ludovic Courtès2010-02-171-5/+11
* Use Gnulib's `getaddrinfo' module....* m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'. Ludovic Courtès2010-02-1412-61/+134
* Use Gnulib's `sys_stat' module; update Gnulib....* .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. Ludovic Courtès2009-12-153-33/+70
* Use Gnulib's `locale' module....* 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. Ludovic Courtès2009-11-231-1/+6
* Add Gnulib maintainer modules....* 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. Ludovic Courtès2009-11-177-6/+1719
* Fix `gitlog-to-changelog' on NixOS.Ludovic Courtès2009-10-151-1/+4
* generate changelogs at dist time...* 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. Andy Wingo2009-06-191-0/+183
* Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports....* m4/gnulib-cache.m4 (gl_MODULES): Add `byteswap', `iconv_open-utf', `libunistring', `striconveh', and `string'. Ludovic Courtès2009-05-281-9/+15
* Remove `.cvsignore' files.Ludovic Courtès2008-09-111-13/+0
* Add Gnulib-provided files for convenience....These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19. Ludovic Courtès2008-08-211-0/+28
* More `.gitignore'.Ludovic Courtès2008-04-071-0/+1
* * autogen.sh: Copy versions of config.guess and config.sub from... 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). Neil Jerram2008-02-151-29/+81
* build-aux/.cvsignore: Add a load more generated files to ignore,...and commit to CVS. Neil Jerram2007-10-241-0/+13
* Added `config.rpath'.Ludovic Courtès2007-08-141-0/+614