From 3f4e2c70c397a7321f07d61c46999f979acf6fed Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 10 Jul 2019 16:59:32 +0300 Subject: Switch to the latest grecs --- bootstrap | 3 +-- grecs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index c0cc9aa..0707872 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,5 @@ #! /bin/sh set -e -git submodule init -git submodule update +git submodule update --init --recursive test -f ChangeLog || touch ChangeLog autoreconf -f -i -s diff --git a/grecs b/grecs index 4e9e225..b06fb7d 160000 --- a/grecs +++ b/grecs @@ -1 +1 @@ -Subproject commit 4e9e225408eeaa1f161ae366f68715529bea2d2a +Subproject commit b06fb7d30415eec1d2efb39286ab96070c724fd4 -- cgit v1.2.1