diff -r c18e79033384 -r b745004e1d29 docs/C - Misc. tutorials.txt --- a/docs/C - Misc. tutorials.txt Thu Jul 28 21:55:30 2011 +0200 +++ b/docs/C - Misc. tutorials.txt Mon Aug 22 09:38:19 2011 +0200 @@ -71,11 +71,12 @@ 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