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