From: Tobias Oetiker Date: Sun, 10 Mar 2002 22:49:24 +0000 (+0000) Subject: added quotes to echo X-Git-Tag: 1.2rc1~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8d6ec1b39399670058ed1c54aaba08838dac1f9;p=thirdparty%2Frrdtool-1.x.git added quotes to echo git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@87 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/MakeMakefile b/MakeMakefile index e2cb9fa4..75dd4e0e 100755 --- a/MakeMakefile +++ b/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