[rrd-developers] Suggested change to MakeMakefile

Alex van den Bogaerdt alex at ergens.op.het.net
Tue May 4 01:35:23 MEST 2004


Tobi,

You're often using newer versions of the tools than "bleeding edge"
fedora core.

And again I logged in, got a new automake, logged off and needed
to log in again to fetch the new autoconf.

So, please, (and this includes a bugfix around line 53):

--- MakeMakefile.orig	2004-03-14 21:58:32.000000000 +0100
+++ MakeMakefile	2004-05-04 01:16:29.000000000 +0200
@@ -13,11 +13,12 @@
 PERL
 }
 
+ERROR=0
 
 if vcheck 1.5 "libtool --version"
 then
   echo "get a copy of GNU libtool >= 1.5"
-  exit 1
+  ERROR=1
 fi
 
 #if vcheck 1.8.2  "automake  --version"
@@ -40,7 +41,7 @@
   if vcheck 1.7.9  "automake-1.7 --version"
   then
     echo "get a copy of GNU automake >= 1.79"
-    exit 1
+    ERROR=1
   else
     automake=automake-1.7
     aclocal="aclocal-1.7  --acdir=/usr/share/aclocal-1.7 -I /usr/share/aclocal/"
@@ -52,7 +53,12 @@
 
 if vcheck 2.58 "autoconf --version"
 then
-  echo "get a copy of GNU autoconf >= 2.54"
+  echo "get a copy of GNU autoconf >= 2.58"
+  ERROR=1
+fi
+
+if [ $ERROR -ne 0 ]
+then
   exit 1
 fi

--
Unsubscribe mailto:rrd-developers-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-developers-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-developers mailing list