On Sun, 4 May 2003 19:52:31 +0100 robert w hall <bobh@n-cantrell.demon.co.uk> wrote:
I believe Dillo 7.2 tests for v1.7 of autoconf and, if configure.in is patched, for 1.7 of automake.
A couple of us are interested in porting uptodate ssl-enabled versions of dillo to the playstation2, where the base distro is rather ancient (Redhat 5 -era :-))
Dillo 7.1.2 with Andreas' ssl-patch compiled fine, but didn't require these recent versions of automake & autoconf.
I have the same version problems. Here is the solution (tested with autoconf/autoheader 2.13 and automake 1.4 and dillo 0.7.2): Run the autotools by hand. First aclocal then autoheader autoconf automake And then the usual ./configure [--enable-ssl] && make There are some version dependencies between the various auto*. If you have used autoheader version X, you have to use autoconf version Y (or perhaps >Y). So you have to rebuild all the auto-generated files with your autotools versions (as if you use cvs) or don't touch files like configure.in which will require recreating of the auto-generated files like configure Greetings Andreas Kemnade