From 9782543bc9250aa826803c3c94c7a4d420516366 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@87 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/MakeMakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2