Christian Czezatke <[EMAIL PROTECTED]> writes: > aclocal: configure.in: 93: macro `AM_GNU_GETTEXT' not found in library > aclocal: configure.in: 112: macro `AM_PROG_LIBTOOL' not found in library
You need to install libtool and gettext. Or just libtool and configure with --disable-nls. Guy

