GOMEZ Henri wrote: > > May be we could share jk2 works on autoconf to cleanup > a little thing in jk.
I am just trying to fix what is not working. I think it is better to spend time on jk2. > > I'll be to drop automake stuff and just use simple > makefiles (makefile.apxs, makefile.static, makefile.libtool) > > - > Henri Gomez ___[_]____ > EMAIL : [EMAIL PROTECTED] (. .) > PGP KEY : 697ECEDD ...oOOo..(_)..oOOo... > PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 > > >-----Original Message----- > >From: jean-frederic clere [mailto:[EMAIL PROTECTED]] > >Sent: Wednesday, May 22, 2002 5:56 PM > >To: Tomcat Developers List > >Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/native > >buildconf.sh > > > > > >GOMEZ Henri wrote: > >> > >> What's about your support apxs sub macro ? > > > >make -f Makefile.apxs looks broken... > > > >> > >> > >> - > >> Henri Gomez ___[_]____ > >> EMAIL : [EMAIL PROTECTED] (. .) > >> PGP KEY : 697ECEDD ...oOOo..(_)..oOOo... > >> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 > >> > >> >-----Original Message----- > >> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > >> >Sent: Wednesday, May 22, 2002 5:33 PM > >> >To: [EMAIL PROTECTED] > >> >Subject: cvs commit: jakarta-tomcat-connectors/jk/native > >buildconf.sh > >> > > >> > > >> >jfclere 02/05/22 08:32:51 > >> > > >> > Modified: jk/native buildconf.sh > >> > Log: > >> > Correct the echo ;-( > >> > > >> > Revision Changes Path > >> > 1.5 +1 -1 > >jakarta-tomcat-connectors/jk/native/buildconf.sh > >> > > >> > Index: buildconf.sh > >> > > >=================================================================== > >> > RCS file: > >> >/home/cvs/jakarta-tomcat-connectors/jk/native/buildconf.sh,v > >> > retrieving revision 1.4 > >> > retrieving revision 1.5 > >> > diff -u -r1.4 -r1.5 > >> > --- buildconf.sh 22 May 2002 15:30:58 -0000 1.4 > >> > +++ buildconf.sh 22 May 2002 15:32:51 -0000 1.5 > >> > @@ -1,6 +1,6 @@ > >> > #!/bin/sh > >> > > >> > -echo "libtoolize --force --automake" > >> > +echo "libtoolize --force --automake --copy" > >> > libtoolize --force --automake --copy > >> > echo "automake -a --foreign -i" > >> > automake -a --foreign -i > >> > > >> > > >> > > >> > > >> >-- > >> >To unsubscribe, e-mail: > >> ><mailto:[EMAIL PROTECTED]> > >> >For additional commands, e-mail: > >> <mailto:[EMAIL PROTECTED]> > >> > >> -- > >> To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > >> For > >additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > >-- > >To > >unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > >For > >additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>