cd src && make install prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib'
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
if [ ! -d /usr/local/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /usr/local/bin ; fi
case "darwin10.8.0" in \
hpux*) gcc -g -O2 `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a -L/usr/local/lib -liconv -L/usr/local/lib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation `if test -n ''; then echo " -Wl,+b -Wl,/usr/local/lib"; fi` -o iconv;; \
*) /bin/sh ../libtool --mode=link gcc -g -O2 `if test -n ''; then /usr/local/bin; fi` iconv.o ../srclib/libicrt.a /usr/local/lib/
libiconv.la -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lc -R/usr/local/lib -Wl,-framework -Wl,CoreFoundation -o iconv;; \
esac
make[1]: *** [install] Error 1
make: *** [install] Error 2
(The reason I'm doing this is that neon complains about the same error so I want to make sure libiconv is installed correctly. I need neon to compile svn with WebDAV support…)