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. Are these recent versions _in fact_ required or can the tests for them be safely disabled? Bob -- robert w hall
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
Very pleased to find that 8.3pre compiles 'out of the box' on the playstation2 :-). It should be an ideal browser, at last, for this machine (at present some people are even resorting to Mozilla!) It's currently being 'stress-tested' by the ps2's (16-yr old) owner... Like others who dip in and out of the dillo-dev list, I often find it difficult to know what the state of the 'unofficial' patches is (eg the 'auth' patch and of course the 'frames' patch) - this is especially difficult when posting to the playstation2-linux lists ('I've found some really-useful patches, but I can't tell you where...) Any chance of an unofficial page on the main site listing these??? (or is it there already, but I don't know where... :-)) Bob
participants (2)
-
Andreas Kemnade
-
robert w hall