On Mon, Feb 16, 2004 at 02:23:31PM -0500, Craig Rodrigues wrote:
> Hi,
> 
> This patch imports config.{guess,sub} from autoconf 2.59,
> and also adds in the Apache specific changes to those files.
> It fixes building apr on amd64 platforms.

Thanks for looking at this Craig.  I notice you have left he conflicting
matches in the case statements, e.g.

    *:OS390:*:* | *:OS/390:*:*)
       echo s390-ibm-os390
and then
    *:OS/390:*:*)
        echo i370-ibm-openedition
        exit 0 ;;

this is really the problem which needs to be fixed...

joe

Reply via email to