[Bf-committers] Irix auto*

Chris Want bf-committers@blender.org
Sun, 20 Apr 2003 22:09:57 -0600


> habanero 23% ./bootstrap
> Running aclocal ...
> Running autoheader ...
> autoheader: `config.h.in' is created
> Running automake --gnu --add-missing...
> configure.ac:193: installing `./py-compile'
> configure.ac:13: installing `./config.guess'
> configure.ac:13: installing `./config.sub'
> source/blender/bpython/Makefile.am: installing `./compile'
> automake: processing Makefiles another time to fix them up.
> Running autoconf ...
> configure.ac:28: error: possibly undefined macro: AC_PROG_LIBTOOL
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:275: error: possibly undefined macro: AC_CHECK_LIBM
> habanero 24%

This was fixed by upgrading auto* from sgi freeware:

automake: 1.7.2
autoconf: 2.57
libtool:  1.4.2

Chris