2005/11/24, jim lawrence <[EMAIL PROTECTED]>:
when building eloquence module I get this error

$ ./autogen.sh
Running aclocal...
aclocal:configure.in:17: warning: macro `AM_ENABLE_SHARED' not found in library
aclocal:configure.in:18: warning: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running autoconf...
configure.in:17: error: possibly undefined macro: AM_ENABLE_SHARED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:18: error: possibly undefined macro: AM_PROG_LIBTOOL


I believe this would tend to indicate a problem with your autoconf/automake.
You might like to check the versions of your software
Over here I have:
~$ autoconf --version; automake --version
autoconf (GNU Autoconf) 2.59
...
automake (GNU automake) 1.7.9
...

With that here, ./autogen.sh works as usual


When try to build the evolume
$ ./autogen.sh
bash: ./autogen.sh: No such file or directory


evolume looks to be distributed with a configure script. Forget autogen.sh and just try running:
./configure
make
make install

Regards!
David


Reply via email to