From: oetiker Date: Wed, 25 Oct 2006 16:30:39 +0000 (+0000) Subject: aclocal expects a space after -I ... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2eacadd6be69df45eff9ea547bfd5116a7884ec6;p=rrdtool-all.git aclocal expects a space after -I ... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@912 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/MakeMakefile b/program/MakeMakefile index 517c3569..89a316cf 100755 --- a/program/MakeMakefile +++ b/program/MakeMakefile @@ -29,7 +29,7 @@ then 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"