From 808abc1967e0365ebf438f75a82b25f5b0b62484 Mon Sep 17 00:00:00 2001 From: Mitsutoshi NAKANO Date: Sat, 16 Mar 2019 07:25:24 +0100 Subject: [PATCH] add bootstrap.sh --- bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..8af182d --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +autoreconf +automake --add-missing +autoreconf +./configure && + make dist-xz -- 2.11.0