From c9223b6d2941a211578c8b3e73b1b62430c5b55e Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Tue, 2 Aug 2016 18:38:39 +0200 Subject: build: Add 'bootstrap' script. * bootstrap: New file. * Makefile.am (EXTRA_DIST): Add it. --- bootstrap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') 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 -- cgit v1.2.3