On Wed, 2009-01-21 at 10:25 -0700, CJ Keist wrote:
Thanks, Running autogen.sh I get:
% ./autogen.sh configure.in:16: warning: macro `AM_ICONV' not found in library configure.in:15: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:16: error: possibly undefined macro: AM_ICONV autoreconf: /opt/csw/bin/autoconf failed with exit status: 1
Then configure fails with: checking for dlopen... yes ./configure: line 13370: syntax error near unexpected token
SSL,' ./configure: line 13370:
PKG_CHECK_MODULES(SSL, openssl)'
You'll need pkg-config package installed to be able to run autogen.sh successfully.
I suppose instead of running autogen.sh you could also just run:
automake src/login-common/Makefile ./configure