Re: [GD-DEVEL] Call for test: 2.0.36

[email protected] (Christian Schneider) Mon, 10 Mar 2008 12:45:38 +0100
Newsgroups php.gd.devel
Message-ID <[email protected]>
Pierre Joye wrote:
> Yes, that's the whole idea of the autotool script. I tested the
> package on a system without any autotools installed and it works. I'm
> not sure why FC7 + autoconf 2.59 raises this error.
> 
> Does anyone else tested the package and had similar issues or get it
> compiled smoothly?

Same problem here, it tries to run autoconf (which it shouldn't) and fails:

cd . && /bin/sh /home/cschneid/src/gd-2.0.36/config/missing --run autoheader
aclocal.m4:17: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:17: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
autoheader: /usr/bin/autom4te failed with exit status: 63
make: *** [config.hin] Error 1

BTW: I'd append some sort of identifier to the tar.gz (like RC1, RC2,
...) so we can see when you are making changes and we should retest.

Regards,
- Chris