AboutSummaryRefsLogTreeCommitDiffStats
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-02-18 23:59:09 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-09-28 13:19:28 +0200
commita0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0 (patch)
treec05a30a65bb3c97b3e77323b3b6ea72d91b26ea2
parentab07cf296b29f65afebb2186b4f02d725d35502f (diff)
downloadmcron-a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0.tar.gz
mcron-a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0.tar.bz2
mcron-a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0.zip
build: Add 'bootstrap' script.
* bootstrap: New file. * Makefile.am (EXTRA_DIST): Add it.
-rw-r--r--Makefile.am1
-rwxr-xr-xbootstrap5
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 808267e..e513b2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,6 +153,7 @@ uninstall-hook:
fi
EXTRA_DIST = \
+ bootstrap \
build-aux/guix.scm \
$(TESTS)
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..8d2758f
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Initialize the build system.
+
+set -e -x
+exec autoreconf -vfi