From: oetiker Date: Sun, 10 Mar 2002 22:49:24 +0000 (+0000) Subject: added quotes to echo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9782543bc9250aa826803c3c94c7a4d420516366;p=rrdtool-all.git added quotes to echo git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@87 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/MakeMakefile b/program/MakeMakefile index e2cb9fa4..75dd4e0e 100755 --- a/program/MakeMakefile +++ b/program/MakeMakefile @@ -15,19 +15,19 @@ PERL if vcheck 1.4.2 "libtool --version" then - echo get a copy of GNU libtool >= 1.4.2 + echo "get a copy of GNU libtool >= 1.4.2" exit 1 fi if vcheck 1.5 "automake --version" then - echo get a copy of GNU automake >= 1.5 + echo "get a copy of GNU automake >= 1.5" exit 1 fi if vcheck 2.52 "autoconf --version" then - echo get a copy of GNU autoconf >= 2.52 + echo "get a copy of GNU autoconf >= 2.52" exit 1 fi