David Thompson wrote:
> Update your version of automake to at least 1.6. 1.7 is preferable.
> 
Thanks!

I have 1.7 installed, but now I get this:

$ ./CVSMake                                                                     
                                                                   #!/bin/sh -v
# These are the steps that must be done after a make maintainer-clean
# in order to ./configure this package.

libtoolize15 --force && \
aclocal17 && \
autoheader257 && \
automake17 -a -i && \
autoconf257
You should update your `aclocal.m4' by running aclocal.
src/exec/Makefile.am:52: Libtool library used but `LIBTOOL' is undefined
src/exec/Makefile.am:52:
src/exec/Makefile.am:52: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/exec/Makefile.am:52: to `configure.ac' and run `aclocal' and `autoconf' 
again.
src/exec/dpexec/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
src/exec/dpexec/Makefile.am:5:
src/exec/dpexec/Makefile.am:5: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/exec/dpexec/Makefile.am:5: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/exec/dxexec/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
src/exec/dxexec/Makefile.am:8:
src/exec/dxexec/Makefile.am:8: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/exec/dxexec/Makefile.am:8: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/exec/dxmods/Makefile.am:6: Libtool library used but `LIBTOOL' is undefined
src/exec/dxmods/Makefile.am:6:
src/exec/dxmods/Makefile.am:6: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/exec/dxmods/Makefile.am:6: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/exec/hwrender/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/exec/hwrender/Makefile.am:7:
src/exec/hwrender/Makefile.am:7: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/exec/hwrender/Makefile.am:7: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/exec/hwrender/opengl/Makefile.am:5: Libtool library used but `LIBTOOL' is 
undefined
src/exec/hwrender/opengl/Makefile.am:5:
src/exec/hwrender/opengl/Makefile.am:5: The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
src/exec/hwrender/opengl/Makefile.am:5: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/exec/libdx/Makefile.am:72: Libtool library used but `LIBTOOL' is undefined
src/exec/libdx/Makefile.am:72:
src/exec/libdx/Makefile.am:72: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/exec/libdx/Makefile.am:72: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/uipp/base/Makefile.am:5: library used but `RANLIB' is undefined
src/uipp/base/Makefile.am:5:
src/uipp/base/Makefile.am:5: The usual way to define `RANLIB' is to add 
`AC_PROG_RANLIB'
src/uipp/base/Makefile.am:5: to `configure.ac' and run `autoconf' again.
src/uipp/dxl/Makefile.am:16: Libtool library used but `LIBTOOL' is undefined
src/uipp/dxl/Makefile.am:16:
src/uipp/dxl/Makefile.am:16: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/uipp/dxl/Makefile.am:16: to `configure.ac' and run `aclocal' and `autoconf' 
again.
src/uipp/dxuilib/Makefile.am:5: library used but `RANLIB' is undefined
src/uipp/dxuilib/Makefile.am:5:
src/uipp/dxuilib/Makefile.am:5: The usual way to define `RANLIB' is to add 
`AC_PROG_RANLIB'
src/uipp/dxuilib/Makefile.am:5: to `configure.ac' and run `autoconf' again.
src/uipp/widgets/Makefile.am:5: library used but `RANLIB' is undefined
src/uipp/widgets/Makefile.am:5:
src/uipp/widgets/Makefile.am:5: The usual way to define `RANLIB' is to add 
`AC_PROG_RANLIB'
src/uipp/widgets/Makefile.am:5: to `configure.ac' and run `autoconf' again.
$

Can I safely ignore this?

Regards,
Rob.

Reply via email to