From 57232255897541ba9b44e370a681422dca7f2eeb Mon Sep 17 00:00:00 2001
From: musil <tmusil@users.sourceforge.net>
Date: Thu, 8 Nov 2007 14:34:13 +0000
Subject: mac example

svn path=/trunk/externals/iem/iemmatrix/; revision=8967
---
 INSTALL.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index d68537a..a812369 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -5,6 +5,7 @@ Installation/Compilation instructions for "iemmatrix"
 1) linux (and other autoconf-systems):
 ======================================
 	"cd" into iemmatrix/src/
+	run "aclocal"
 	run "autoconf"
 	run "./configure" (see "./configure --help" for valid options)
 	run "make"
@@ -22,7 +23,8 @@ Installation/Compilation instructions for "iemmatrix"
 ============
 	there is nothing special in the code, so it should compile out of the box:
 	"cd" to iemmatrix/src
-	run "autoconf; ./configure; make" (for further details please see "1) linux")
+	run "aclocal; autoconf; ./configure; make" (for further details please see "1) linux")
+	(e.g. "./configure --with-pd=/Applications/Pd.app/Contents/Resources")
 
 3) irix:
 ========
-- 
cgit v1.2.1