I don't quite understand these errors now. Have you tried doing a "make distclean" and trying it again? Try deleting your aclocal.m4 (maybe its being persistent somehow). RANLIB should be getting set with the AC_PROG_LIBTOOL line and I know that's in there (line 12 of configure.ac).

David

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'

--
.............................................................................
David L. Thompson                   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
                                    Phone : (406)756-7472

Reply via email to