From ca8861f31fe12c5d3772aa94551cab26bbeb961c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 14 Dec 2013 21:41:25 +0100 Subject: remove autotools-generated files, add bootstrap --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..a3394ab --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +autoreconf --install && \ + echo "You can call ./configure now" -- cgit v1.2.3