Re: Problems with jakarta-tomcat-connectors-jk2-2.0.[24]-src/jk/native2/configure and HP-UX 11.0

2004-10-07 Thread jean-frederic clere
then # read osdir from the existing apache. osdir=`${GREP} '^OSDIR=' ${withval}/src/Makefile.config | ${SED} -e 's:^OSDIR=.*/os:os:'` ! if ${TEST} -z "${osdir}" ; then osdir=os/unix fi $2_INCL="-I${tempval}/src/inc

RE: Problems with jakarta-tomcat-connectors-jk2-2.0.[24]-src/jk/native2/configure and HP-UX 11.0

2004-10-06 Thread HORSTMAN, MARK A \(SBCSI\)
if ${TEST} -z "${osdir}" ; then osdir=os/unix fi $2_INCL="-I${tempval}/src/include -I${withval}/src/${osdir}" --- 69,75 if ${TEST} -d ${withval}/src/include ; then # read osdir from the existing ap

Problems with jakarta-tomcat-connectors-jk2-2.0.[24]-src/jk/native2/configure and HP-UX 11.0

2004-10-04 Thread HORSTMAN, MARK A \(SBCSI\)
I cannot get the jk/native2/configure script that comes with jakarta-tomcat-connectors-jk2-2.0.4-src (or jakarta-tomcat-connectors-jk2-2.0.2-src) to work without errors under HP-UX 11.0. The problems occur when the script does something like: if ${TEST} "${apxs_support}" = "false" ; th