From afea5f9539cbf1eeaa85ec77d79eb2f59724f470 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:34:15 +0200 Subject: Adding upstream version 1.52.0. Signed-off-by: Daniel Baumann --- releasechk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 releasechk (limited to 'releasechk') diff --git a/releasechk b/releasechk new file mode 100755 index 0000000..0c05cca --- /dev/null +++ b/releasechk @@ -0,0 +1,6 @@ +#!/bin/sh -e + +autoreconf -i +git submodule update --init +./configure --with-mruby --with-neverbleed +make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror" -- cgit v1.2.3