From 86b06a94d27d0813e5d9cd211eb406966b7a0cbd Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 10 Mar 2002 22:49:24 +0000 Subject: [PATCH] added quotes to echo git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@87 a5681a0c-68f1-0310-ab6d-d61299d08faa --- MakeMakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MakeMakefile b/MakeMakefile index e2cb9fa..75dd4e0 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 -- 2.11.0