check fails

Brian Gough bjg@network-theory.co.uk
Wed Jul 2 18:35:00 GMT 2003


Axel Hutt writes:
 >  > bjg|debian> automake --version
 >  > automake (GNU automake) 1.4-p4
 >  > bjg|debian> autoconf --version
 >  > autoconf (GNU Autoconf) 2.53
 >  > bjg|debian> libtool --version
 >  > ltmain.sh (GNU libtool) 1.4.2a (1.922.2.79 2001/11/28 21:50:31)
 > 
 > now results from ./autogen.sh look good for a clean checkout with the
 > older version of automake, but not with
 > 
 > automake (GNU automake) 1.7.5 .

Maybe there is an incompatibility between different versions of
automake, autoconf and libtool.

It works for me with automake 1.7.5 if I get the correct libtool
macros included:

aclocal -I /opt/libtool-1.4.3/share/aclocal
automake
autoconf

bjg|debian> automake --version
automake (GNU automake) 1.7.5
bjg|debian> autoconf --version
autoconf (GNU Autoconf) 2.57


 > In addition, it turns out, that version-ref.texi is missing in the
 > cvs archive.

it should be created automatically by the Makefile if you use
./configure --enable-maintainer-mode



More information about the Gsl-discuss mailing list