Hello,

When I freshly download CVS and run CVSMake, I get strange error messages.
The automake (1.7.5) is the showstopper here. I use FreeBSD 4.8 and

$ libtoolize --version
libtoolize (GNU libtool) 1.5

$ aclocal --version
aclocal (GNU automake) 1.7.5

$ autoheader --version
autoheader (GNU Autoconf) 2.57

$ automake --version
automake (GNU automake) 1.7.5

$ autoconf --version
autoconf (GNU Autoconf) 2.57


$ cd dx
$ libtoolize --force
You should update your `aclocal.m4' by running aclocal.
$ aclocal
$ autoheader
$ automake -a -i
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.
$ autoconf
configure.ac:11: error: possibly undefined macro: AC_DISABLE_SHARED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:12: error: possibly undefined macro: AC_PROG_LIBTOOL


Any ideas what's the conflict here? Is automake 1.7.5 a broken release?

Thanks,
Rob.

Reply via email to