~]$ rpm -qa | grep automake
automake-1.9.2-3
automake14-1.4p6-12
automake16-1.6.3-5
automake15-1.5-13
automake17-1.7.9-5
~]$ rpm -qa | grep autoconf
autoconf-2.59-5


On 11/23/05, David Stevenson <[EMAIL PROTECTED]> wrote:


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





--


Registered Linux User: #376813
www.fedorajim.homelinux.com

Reply via email to