Re: [opendx-dev] What autotools are required by current CVS?

2003-07-28 Thread David Thompson
It looks as though your libtoolize isn't putting the stuff where it needs to be. You can run libtoolize with more options. Try: libtoolize --copy --debug --force and see what the output gives. David Hello, When I freshly download CVS and run CVSMake, I get strange error messages. The

Re: [opendx-dev] What autotools are required by current CVS?

2003-07-28 Thread Rob Lahaye
David Thompson wrote: Run aclocal Now open aclocal.m4 and see if AC_DEFUN([AC_PROG_LIBTOOL] exists; if so, then continue on with autoheader, automake -a -i, autoconf. If not, then delete aclocal.m4 and try the libtoolize, aclocal again until it does exist. I apologize for my ignorance

Re: [opendx-dev] What autotools are required by current CVS?

2003-07-28 Thread David Thompson
It appears that your version of libtool can't find its m4 file to incorporate it into your aclocal. I'd bet that aclocal does not know how to find your libtool.m4 file to include it since it is named libtool15.m4. If you rename it to libtool.m4 I'd bet this work straight out of the box.

[opendx-dev] What autotools are required by current CVS?

2003-07-25 Thread Rob Lahaye
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