summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Collapse)AuthorFilesLines
2024-01-29Delete two config.rpath scriptsJonas Hahnfeld1-684/+0
config.rpath in the top-level was heavily outdated and unused. The version of the script in build-aux/ was overwritten by autogen.sh; commit 7f18b659b9 already tried to remove it two years ago, but did not add it to .gitignore * config.rpath, build-aux/config.rpath: Remove. * .gitignore: Ignore build-aux/config.rpath. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-05maint: Move Guix files to '.guix'.Ludovic Courtès2-268/+0
* build-aux/guix: Rename to... * .guix/modules: ... this. * .guix-channel: Adjust accordingly. * guix.scm: Likewise. * build-aux/manifest.scm: Rename to... * .guix/manifest.scm: ... this. * Makefile.am (EXTRA_DIST): Adjust accordingly.
2023-06-05maint: Avoid 'specification->package' when referring to packages.Ludovic Courtès1-25/+38
This avoids ambiguity when using channels in addition to 'guix'. * build-aux/guix/guile-package.scm (guile): Refer to packages by their bindings rather than using 'specification->package'.
2023-02-06maint: Add variants of the default package for Guix.Ludovic Courtès2-12/+56
* build-aux/guix/guile-package.scm (package-with-configure-flags): New procedure. (guile-without-threads, guile-without-networking) (guile-debug, guile-strict-typing): New variables. * build-aux/manifest.scm: Use (guile-package) module instead of 'load'. (native-builds): Add the variants above + "guile-clang".
2023-02-06maint: Masquerade as a Guix channel.Ludovic Courtès2-1/+151
By pretending to be a Guix channel, this repository can be consumed seamlessly by tools such as Cuirass. * .guix-channel: New file. * guix.scm: Turn into a symlink to... * build-aux/guix/guile-package.scm: ... this. New file. * Makefile.am (EXTRA_DIST): Add them, except '.guix-channel'.
2023-02-06maint: Add Guix build files.Ludovic Courtès1-0/+61
* guix.scm, build-aux/manifest.scm: New files. * Makefile.am (EXTRA_DIST): Add them. * README: Mention it.
2023-01-18Update Gnulib to v0.1-5703-g356a414e8c and add 'posix_spawn' module.Ludovic Courtès9-13/+697
This is a followup to edfca3b7e5931b5b5a83112e2a9813b068be99c2, which added the 'posix_spawnp' module but not 'posix_spawn'. * m4/gnulib-cache.m4: Add 'posix_spawn' module. * gnulib-local/m4/clock_time.m4.diff: Adjust. * configure.ac: Move 'gl_EARLY' use right after 'AC_PROG_CC'.
2023-01-12Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.Josselin Poiret8-51/+101
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-16Update gnulib to 8f4538a53d64054ae2fc8b86c0f87c418c6176e6Daniel Llorens5-37/+61
Includes gnulib:0c907f7da13232908f05c415b8cec56024071906 to fix #49930 https://lists.gnu.org/archive/html/bug-guile/2021-08/msg00003.html.
2021-04-27Remove build-aux/config.rpathDaniel Llorens1-684/+0
This is generated by autogen.sh.
2021-04-08Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1wip-gnulib-updateDaniel Llorens2-58/+71
This fixes https://lists.gnu.org/archive/html/guile-devel/2021-04/msg00009.html
2021-02-25Commit updates from newest autoconfAndy Wingo1-66/+54
* ABOUT-NLS: * build-aux/config.rpath: These files were overwritten by re-bootstrapping with the newest autoconf. OK computer!
2021-01-20Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo13-576/+204
Also bump required autoconf version to 2.64, as required by Gnulib.
2017-02-15Update Gnulib to v0.1-1157-gb03f418.Andy Wingo12-38/+86
2016-07-10Avoid Gnulib unistr/* modulesAndy Wingo1-36/+0
(unistr/base, unistr/u8-mbtouc, unistr/u8-mbtouc-unsafe) (unistr/u8-mbtoucr, unistr/u8-prev unistr/u8-uctomb, unitypes): --avoid these modules.
2016-07-07Update Gnulib to 68b6ade.Andy Wingo13-171/+278
Also add --conditional-dependencies to the flags. See: https://lists.gnu.org/archive/html/guile-devel/2016-07/msg00012.html
2015-10-25Revert "Update Gnulib to v0.1-603-g1d16a7b"Andy Wingo13-239/+140
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.
2015-10-22Update Gnulib to v0.1-603-g1d16a7bAndy Wingo13-140/+239
2014-02-03Update Gnulib to v0.1-77-gd9361daMark H Weaver13-22/+40
2013-04-10Make `build-aux/gendocs.sh' executable.Ludovic Courtès1-0/+0
2013-02-18Update to gnulib 0.0.7865-a828.Andy Wingo13-112/+158
2012-11-17Update Gnulib to v0.0-7695-g26c0590.Ludovic Courtès3-82/+203
* gnulib-local/m4/canonicalize.m4.diff: Remove. * Makefile.am (EXTRA_DIST): Adjust accordingly.
2012-07-06Update Gnulib to v0.0-7509-g98a2286.Ludovic Courtès6-69/+152
* Makefile.am (EXTRA_DIST): Add `m4/gnulib-cache.m4'. * build-aux/git-version-gen: Keep unchanged.
2012-07-06git-version-gen: add --match argumentAndy Wingo1-7/+12
* build-aux/git-version-gen (Options): Add --match argument. (v_from_git): Remove path without --match.
2012-07-06update git-version-gen from gnulibAndy Wingo1-2/+3
* build-aux/git-version-gen: Import from gnulib.
2012-01-16Update Gnulib to v0.0-6827-g39c3009; use the `dirfd' module.Ludovic Courtès12-64/+96
* m4/gnulib-cache.m4: Use `dirfd'. * libguile/filesys.c: Include Gnulib's <dirent.h> directly. (dirfd): Remove. Suggested by Bruno Haible <bruno@clisp.org>.
2011-12-14Update Gnulib to v0.0-6703-g4e0358a.Ludovic Courtès3-39/+259
2011-10-22Update Gnulib to v0.0-6523-gb3609c1.Ludovic Courtès6-5/+18
2011-06-16gnulib updateAndy Wingo2-119/+122
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
2011-04-25Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'.Ludovic Courtès2-5/+5
* 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>.
2011-03-09Update Gnulib; add new modules; remove `round' module.Mark H Weaver2-49/+79
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.
2011-02-14Update Gnulib; add new modules.Ludovic Courtès11-49/+46
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>.
2010-12-20Update Gnulib to v0.0-4544-gce083ca.Ludovic Courtès1-2/+3
2010-12-07Use Gnulib's `nproc'.Ludovic Courtès2-53/+65
This updates Gnulib to v0.0-4496-g6491120. * m4/gnulib-cache.m4: Add `nproc'.
2010-09-04Use Gnulib's `stat-time' module; update Gnulib.Ludovic Courtès1-13/+13
This updates Gnulib files to v0.0-4207-gc82b481. * m4/gnulib-cache.m4: Add `stat-time'.
2010-06-15Init shell var properly in git-version-gen.Thien-Thi Nguyen1-1/+4
* build-aux/git-version-gen: Ensure shell var is not influenced by an env var of the same name.
2010-05-30Import Gnulib's `git-version-gen' module.Ludovic Courtès1-0/+155
* m4/gnulib-cache.m4: Add `git-version-gen'.
2010-05-29Update Gnulib to v0.0-3955-g8ab5996.Ludovic Courtès7-22/+103
2010-03-18Update Gnulib; use the `func' module.Ludovic Courtès3-3/+253
Update Gnulib to v0.0-3575-g128e4b8. * m4/gnulib-cache.m4: Add `func'.
2010-02-17Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix.Ludovic Courtès1-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>.
2010-02-14Use Gnulib's `getaddrinfo' module.Ludovic Courtès12-61/+134
* m4/gnulib-cache.m4: Add `getaddrinfo'. * libguile/Makefile.am (libguile_la_LDFLAGS): Add `$(GETADDRINFO_LIB) $(HOSTENT_LIB) $(SERVENT_LIB)'.
2009-12-15Use Gnulib's `sys_stat' module; update Gnulib.Ludovic Courtès3-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.
2009-11-23Use Gnulib's `locale' module.Ludovic Courtès1-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.
2009-11-17Add Gnulib maintainer modules.Ludovic Courtès7-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.
2009-10-15Fix `gitlog-to-changelog' on NixOS.Ludovic Courtès1-1/+4
2009-06-19generate changelogs at dist timeAndy Wingo1-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.
2009-05-28Use GNU libunistring and Gnulib modules needed by R6RS bytevectors and ports.Ludovic Courtès1-9/+15
* m4/gnulib-cache.m4 (gl_MODULES): Add `byteswap', `iconv_open-utf', `libunistring', `striconveh', and `string'.
2008-09-11Remove `.cvsignore' files.Ludovic Courtès1-13/+0
2008-08-21Add Gnulib-provided files for convenience.Ludovic Courtès1-0/+28
These come from Gnulib's Git commit ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
2008-04-07More `.gitignore'.Ludovic Courtès1-0/+1