From 7a9d68be2cc25c1245e667d5e81c6efabeeebc28 Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 25 Oct 2006 16:30:39 +0000 Subject: [PATCH] aclocal expects a space after -I ... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@912 a5681a0c-68f1-0310-ab6d-d61299d08faa --- MakeMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeMakefile b/MakeMakefile index 517c356..89a316c 100755 --- a/MakeMakefile +++ b/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" -- 2.11.0