From aec04e98d79632f2466adc95ff5533c0814475ce Mon Sep 17 00:00:00 2001 From: dpavlov Date: Sat, 24 Dec 2022 17:01:52 +0300 Subject: [PATCH] Disable all checks --- autogen.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/autogen.sh b/autogen.sh index dc90a14a..3781d8eb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,20 +29,20 @@ providers=( # exit 1 #fi -if ! [ -x "$(command -v inkscape)" ]; then - echo 'inkscape is not installed' - exit 1 -fi - -if ! [ -x "$(command -v convert)" ]; then - echo 'image magick is not installed' - exit 1 -fi - -if ! [ -x "$(command -v black)" ]; then - echo 'black is not installed' - exit 1 -fi +#if ! [ -x "$(command -v inkscape)" ]; then +# echo 'inkscape is not installed' +# exit 1 +#fi +# +#if ! [ -x "$(command -v convert)" ]; then +# echo 'image magick is not installed' +# exit 1 +#fi +# +#if ! [ -x "$(command -v black)" ]; then +# echo 'black is not installed' +# exit 1 +#fi # preprocess the resources for pvd in "${providers[@]}"; do