diff options
| author | Mathieu Lirzin <mthl@gnu.org> | 2016-08-02 18:38:39 +0200 |
|---|---|---|
| committer | Mathieu Lirzin <mthl@gnu.org> | 2016-08-02 19:04:53 +0200 |
| commit | c9223b6d2941a211578c8b3e73b1b62430c5b55e (patch) | |
| tree | 0f1f38ea85c680a200277a716baecd267bfb9bf3 /bootstrap | |
| parent | cuirass: Use 'let' instead of 'let*'. (diff) | |
| download | cuirass-c9223b6d2941a211578c8b3e73b1b62430c5b55e.tar.gz | |
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 |
