From bf4921951b90ff321d6896718135dd85986db64a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 24 Mar 2018 17:18:44 +0100 Subject: [PATCH] address for download of patch file added (preliminary, file should finally be available from our distribution directory. --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 9bc517f2d..4f10f4286 100755 --- a/autogen.sh +++ b/autogen.sh @@ -124,8 +124,9 @@ check_adms_va() if [ $exitcode -ne 0 ]; then DIE=1 echo "Error: no *.va file found in $adms_dir/admsva" - echo "Please download patch from ..." - echo "and install with command '...'" + echo "Please download patch file ng-adms-va.tar.gz from" + echo "http://ngspice.sourceforge.net/experimental/ng-adms-va.tar.gz" + echo "and expand it into the ngspice directory" echo fi ;;