Page 1 of 1

./autogen.sh suddenly stops

Posted: Thu Aug 30, 2018 3:10 pm
by jayjayjay
I installed all dependencies using homebrew. I got this when running ./autogen.sh. For some reason the DIE variable in autogen.sh is equal to 1.

Code: Select all

./autogen.sh --disable-nls
! nls checks disabled
+ checking for autoconf >= 2.65 ... found 2.69, ok.
+ checking for autoheader >= 2.65 ... found 2.69, ok.
+ checking for automake >= 1.11.3 ... found 1.16.1, ok.
+ checking for aclocal >= 1.11.3 ... found 1.16.1, ok.
+ checking for libtoolize >= 2.2 ... 
You must have libtoolize installed to compile freeciv.
Download the appropriate package for your distribution,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/
+ checking for glibtoolize >= 2.2 ... 
+ checking for python ... found 2.7.10, ok.

Re: ./autogen.sh suddenly stops

Posted: Fri Aug 31, 2018 1:01 am
by mir3x
You must have libtoolize installed to compile freeciv.
Download the appropriate package for your distribution,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/
It probably stops because you miss libtool ?

Re: ./autogen.sh suddenly stops

Posted: Fri Aug 31, 2018 1:24 am
by cazfi
It's a recent (and not well tested) change that it also checks for glibtoolize (as an alternative name for libtoolize) on Mac.

Re: ./autogen.sh suddenly stops

Posted: Fri Aug 31, 2018 2:15 pm
by jayjayjay
I did notice, but I solved the problem by commenting out the if die exit 1 lines.