Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-11-12 Thread Pier Fumagalli
On 12/11/2001 06:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > jfclere 01/11/12 10:02:01 > > Modified:webapp configure.in > Log: > Prevent in configure mixing native cc and gcc on Solaris. > In apache-1.3 it was causing unresolved __lshrdi3 when loading mod_webapp.so > In apa

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-09-05 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > jfclere 01/09/05 08:40:27 > > Modified:webapp configure.in > Log: > Correct a typo $ missing. They just posted a bug on that (or better, reopened a completely different one)... Check out if that's what exactly this patch fixes... Bu

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: > Pier Fumagalli wrote: >> >> Quoting [EMAIL PROTECTED]: >>> >>> Fixed bug I introduced 5 seconds ago. Now the return value of >>> LOCAL_FILTEREXEC should be correctly returned to the parent. >>> (try to modify the last line of APR buildconf to ex

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread jean-frederic clere
Pier Fumagalli wrote: > > Quoting [EMAIL PROTECTED]: > > > > Fixed bug I introduced 5 seconds ago. Now the return value of > > LOCAL_FILTEREXEC should be correctly returned to the parent. > > (try to modify the last line of APR buildconf to exit with a non-zero > > value and execute configure, it

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier Fumagalli
Quoting [EMAIL PROTECTED]: > > Fixed bug I introduced 5 seconds ago. Now the return value of > LOCAL_FILTEREXEC should be correctly returned to the parent. > (try to modify the last line of APR buildconf to exit with a non-zero > value and execute configure, it should report an error) Jean Frede

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier Fumagalli
Quoting jean-frederic clere <[EMAIL PROTECTED]>: > > Agreed, all "cursors" and "colours" are useless when doing "nohup > nice_shell_that_build_world". Fixed in CVS :) Pier

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread jean-frederic clere
Pier Fumagalli wrote: > > Quoting jean-frederic clere <[EMAIL PROTECTED]>: > > > I have some more problems because printf does not like \133. (Why > > \133 and not ]?). > > Bacause [ and ] are the string delimiters in M4... If you change that and try > to run AutoConf, it'll complain... Yep, i

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier Fumagalli
Quoting jean-frederic clere <[EMAIL PROTECTED]>: > > What about this: > > -exit $ret > +echo $ret > retfile >}

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread jean-frederic clere
Pier Fumagalli wrote: > > Quoting jean-frederic clere <[EMAIL PROTECTED]>: > > > "Pier P. Fumagalli" wrote: > > > > > > Hmm If you do an exit $ret, it'll kill the whole ./configure > > > process with some bourne shells... Will check it... > > > > Oop, I have just found one, on BS2000! > > A

RE: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread GOMEZ Henri
nal Message- >From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] >Sent: Monday, July 09, 2001 5:31 PM >To: [EMAIL PROTECTED] >Subject: RE: cvs commit: jakarta-tomcat-connectors/webapp configure.in > > >Quoting GOMEZ Henri <[EMAIL PROTECTED]>: > >> May be y

RE: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier Fumagalli
Quoting GOMEZ Henri <[EMAIL PROTECTED]>: > May be you could use what Ralf used for mod_ssl :) Version 2.0 of the code I stole :) Why don't we remove colours and that's it? :) Pier

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier Fumagalli
Quoting jean-frederic clere <[EMAIL PROTECTED]>: > I have some more problems because printf does not like \133. (Why > \133 and not ]?). Bacause [ and ] are the string delimiters in M4... If you change that and try to run AutoConf, it'll complain... > I have some remarks: > > - Why using "\0

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier Fumagalli
Quoting jean-frederic clere <[EMAIL PROTECTED]>: > "Pier P. Fumagalli" wrote: > > > > Hmm If you do an exit $ret, it'll kill the whole ./configure > > process with some bourne shells... Will check it... > > Oop, I have just found one, on BS2000! And OS/X... It seems to me that the only cas

RE: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread GOMEZ Henri
May be you could use what Ralf used for mod_ssl :) ... # some optional terminal sequences case $TERM in xterm|xterm*|vt220|vt220*) T_MD=`echo dummy | awk '{ printf("%c%c%c%c", 27, 91, 49, 109); }'` T_ME=`echo dummy | awk '{ printf("%c%c%c", 27, 91, 109); }'` ;;

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread jean-frederic clere
I have some more problems because printf does not like \133. (Why \133 and not ]?). I have some remarks: - Why using "\033\13301m", "\033\13300m" etc but not bold="\033\13301m", offbold="\033\13300m", red=...? - \133 is not ] but $ on my EBCDIC platform. - Why not using bold=`tput smso` offbol

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > Hmm If you do an exit $ret, it'll kill the whole ./configure process > with some bourne shells... Will check it... Oop, I have just found one, on BS2000! > > Pier > > [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > > jfclere 01/07/09 07:09:19 > >

Re: cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread Pier P. Fumagalli
Hmm If you do an exit $ret, it'll kill the whole ./configure process with some bourne shells... Will check it... Pier [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > jfclere 01/07/09 07:09:19 > > Modified:webapp configure.in > Log: > Arrange LOCAL_FILTEREXEC because ret is no