"Arnaldo" == Arnaldo Carvalho de Melo <acme at ghostprotocols.net> writes:
> error: possibly undefined macro: XTRANS_CONNECTION_FLAGS
> Any ideas on how to fix this one?
aclocal needs to know where to find the m4 macros:
export ACLOCAL='aclocal -I /opt/fdo/share/aclocal'
Cheers,
Steve