From 6b9c9e74b2ecd86b97af25ae9fdb06538bc78b86 Mon Sep 17 00:00:00 2001 From: "Titus von Boxberg\"" Date: Mon, 22 Aug 2011 09:40:31 +0200 Subject: configure: require libtoolize, create wrapper to it libtoolize must be checked_for and there needs to be a wrapper that points to GNU libtoolize since that may be installed as glibtoolize. This fixes a problem with building Cloog/PPL that was Reported-by: "Pierrick Brossin" Signed-off-by: "Titus von Boxberg" --- docs/C - Misc. tutorials.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index 5f94a615..6e7d4634 100644 --- a/docs/C - Misc. tutorials.txt +++ b/docs/C - Misc. tutorials.txt @@ -71,11 +71,12 @@ toolchain on MacOS as host. 4) run ct-ng's configure with the following tool configuration (assuming you have installed the tools via macports in /opt/local): - ./configure --with-sed=/opt/local/bin/gsed \ - --with-libtool=/opt/local/bin/glibtool \ - --with-objcopy=/opt/local/bin/gobjcopy \ - --with-objdump=/opt/local/bin/gobjdump \ - --with-readelf=/opt/local/bin/greadelf \ + ./configure --with-sed=/opt/local/bin/gsed \ + --with-libtool=/opt/local/bin/glibtool \ + --with-libtoolize=/opt/local/bin/glibtoolize \ + --with-objcopy=/opt/local/bin/gobjcopy \ + --with-objdump=/opt/local/bin/gobjdump \ + --with-readelf=/opt/local/bin/greadelf \ [...other configure parameters as you like...] 5) proceed as described in standard documentation -- cgit v1.2.3