There is some sed magic in apr_common.m4 to source config.layout. The first sed line is: "1s/[ ^I]*<[lL]ayout[ ^I]*$2[ ^I]*>[ ^I]*//;t"
What does this do? It breaks the sed statement on IRIX 6.5.19m. Removing the sed statement above causes everything to work fine. I've tested the sed statement without the first line on the following platforms with success: AIX 4.3.2, 5.1 HP-UX 10.20-11i IRIX 6.5 Redhat Linux 7.1, 9.0 Solaris 2.5.1-9/SPARC Tru64 UNIX 4.0D, 5.1 -- albert chin ([EMAIL PROTECTED])
