added quotes to echo
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 10 Mar 2002 22:49:24 +0000 (22:49 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 10 Mar 2002 22:49:24 +0000 (22:49 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@87 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile

index e2cb9fa..75dd4e0 100755 (executable)
@@ -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