From aad197a2a2e3b8897279a34778946355589b02fa Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Sep 2016 18:21:34 +0200 Subject: Add bootstrap script --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..a3394ab --- /dev/null +++ b/bootstrap @@ -0,0 +1,4 @@ +#! /bin/sh + +autoreconf --install && \ + echo "You can call ./configure now" -- cgit v1.2.3