./configure --build=powerpc-apple-darwin9 works ok
make fails with:
*** No rule to make target `rtf2LaTeX2e-driver.o', needed by `rtf2latex2e.bin'.
Change to Makefile, line 16
from
VPATH = .:/common:$(srcdir)/common/cole
to
VPATH = .:$(srcdir)/common:$(srcdir)/common/cole
make now fails with output:
gcc -g -O2 -DINSTALL_DIR=\"/usr/local/rtf2latex2e\" -I../src/include -c -o...