aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
s='msg-avail'>...Ludovic Courtès 2018-03-13gnu: time: Update to 1.9....Efraim Flashner 2017-11-11tests: Refer to "time@1.8"....Ludovic Courtès 2017-05-01packages: Remove support for PACKAGE-VERSION deprecated syntax....Ludovic Courtès 2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI....Ludovic Courtès 2017-03-19gnu: Rename "guile-next" to "guile"....Ludovic Courtès 2016-10-03tests: Adjust 'guix build -S' test for source-less packages....Ludovic Courtès 2016-09-06packages: Add 'package-superseded' and associated support....Ludovic Courtès 2016-03-08packages: Support the deprecated "NAME-VERSION" syntax....Ludovic Courtès 2016-03-03guix build: -S returns the replacement's source....Ludovic Courtès 2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin 2016-03-02tests: Disable grafts by default....Ludovic Courtès 2016-02-01guix build: Add '--with-input'....Ludovic Courtès 2015-10-28scripts: build: Add --file option....David Thompson 2015-05-02guix: build: Add transitive source building....Eric Bavier 2014-11-30guix: scripts: Add GUIX_BUILD_OPTIONS environment handling....nebuli