Re: a question about configure.py's check for LaTeX-packages

2006-08-06 Thread Bo Peng
Bo> I am adding this to the trunk, and I will have to ask JMarc for Bo> putting this to 1.4.x (after he gets back from vacation). Please apply it (or do you want me to do it?) Done. Bo

Re: a question about configure.py's check for LaTeX-packages

2006-08-06 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Many thanks, it works perfectly. If possible please add this to the >> 1.4.x tree and to trunk. Bo> I am adding this to the trunk, and I will have to ask JMarc for Bo> putting this to 1.4.x (after he gets back from vacation). Please apply it (

Re: a question about configure.py's check for LaTeX-packages

2006-07-27 Thread Bo Peng
Many thanks, it works perfectly. If possible please add this to the 1.4.x tree and to trunk. I am adding this to the trunk, and I will have to ask JMarc for putting this to 1.4.x (after he gets back from vacation). Cheers, Bo

Re: a question about configure.py's check for LaTeX-packages

2006-07-27 Thread Uwe Stöhr
Bo Peng wrote: Please test the attached patch, which reads output from latex immediately after they are available. Many thanks, it works perfectly. If possible please add this to the 1.4.x tree and to trunk. thanks and regards Uwe

Re: a question about configure.py's check for LaTeX-packages

2006-07-26 Thread Bo Peng
I will see what I can do. Please test the attached patch, which reads output from latex immediately after they are available. Cheers, Bo Index: lib/configure.py === --- lib/configure.py (revision 14498) +++ lib/configure.py (workin

Re: a question about configure.py's check for LaTeX-packages

2006-07-26 Thread Bo Peng
The old configure script (for the sh-shell) printed out which LaTeX-package is currently cecked for so that the user got a feedback. configure.py only prints "+checking list of textclasses... " but not the name of the currently checked package. Why was this feature not implemented in configure.p