diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-02-18 23:59:09 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-28 13:19:28 +0200 |
commit | a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0 (patch) | |
tree | c05a30a65bb3c97b3e77323b3b6ea72d91b26ea2 /bootstrap | |
parent | ab07cf296b29f65afebb2186b4f02d725d35502f (diff) | |
download | mcron-a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0.tar.gz mcron-a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0.tar.bz2 mcron-a0a82a2ef4a69b911118fd62d9d0d27cfbaadfa0.zip |
build: Add 'bootstrap' script.
* bootstrap: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
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 |