Skip to content
Snippets Groups Projects
Unverified Commit c9223b6d authored by Mathieu Lirzin's avatar Mathieu Lirzin
Browse files

build: Add 'bootstrap' script.

* bootstrap: New file.
* Makefile.am (EXTRA_DIST): Add it.
parent d239f096
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
#!/bin/sh
# Initialize the build system.
set -e -x
exec autoreconf -vfi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment