This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: check fails


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]