aclocal expects a space after -I ...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 25 Oct 2006 16:30:39 +0000 (16:30 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 25 Oct 2006 16:30:39 +0000 (16:30 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@912 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile

index 517c356..89a316c 100755 (executable)
@@ -29,7 +29,7 @@ then
     ERROR=1
   else
     automake=automake-1.9
     ERROR=1
   else
     automake=automake-1.9
-    aclocal="aclocal-1.9 -I/usr/pack/automake-1.9.5-to/share/aclocal-1.9/ -I/usr/share/aclocal-1.9/"
+    aclocal="aclocal-1.9 -I /usr/pack/automake-1.9.5-to/share/aclocal-1.9/ -I /usr/share/aclocal-1.9/"
   fi
 else
     automake="automake"
   fi
 else
     automake="automake"