From dcef7ddfced0ff2a1ea013b30db7022bb55b2b07 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 2 Sep 2016 17:29:59 +0200 Subject: Replace CMake by autotools --- 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