build: Add 'bootstrap' script.

* bootstrap: New file.
* Makefile.am (EXTRA_DIST): Add it.
pull/3/head
Mathieu Lirzin 2016-08-02 18:38:39 +02:00
parent d239f096ed
commit c9223b6d29
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
2 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,7 @@ sql-check: src/schema.sql
EXTRA_DIST = \
.dir-locals.el \
bootstrap \
tests/gnu-system.scm \
tests/guix-jobs.scm \
tests/hello-singleton.scm \

5
bootstrap Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Initialize the build system.
set -e -x
exec autoreconf -vfi