From fa83f20f6308e5d0c6344ade276b63d28f6e78ee Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 10 Jul 2019 18:20:53 +0300 Subject: Switch to grecs b06fb7d3 --- bootstrap | 4 ++++ grecs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..494dfa0 --- /dev/null +++ b/bootstrap @@ -0,0 +1,4 @@ +#! /bin/sh +set -e +git submodule update --init --recursive +autoreconf -f -i -s diff --git a/grecs b/grecs index c3850a4..b06fb7d 160000 --- a/grecs +++ b/grecs @@ -1 +1 @@ -Subproject commit c3850a4d3f94436aab6b23020242bc99c71506ee +Subproject commit b06fb7d30415eec1d2efb39286ab96070c724fd4 -- cgit v1.2.1