Jean-Marc Lasgouttes wrote:

> Kayvan> This is the end of the "make install" in making the
> lyx-1.3.x Kayvan> RPM:
> 
> Kayvan, could you check whether the problem is still there in
> 1.3.4cvs?
> 
> What happens is the following: if the makepsres program is
> available, a PSres.upr (something that _may_ be useful to DPS) file
> is created by lib/configure. This part seems to work.
> 
> However, the test that I added to skip installation when the file
> has not been created was buggy. It should be fixed now.
> 
> I'd be very interested to hear from people who still have problems
> related to this.
> 
> JMarc
> 
> PS: I attach the relevant patch

Ain't those '\' magic ;-)

However, I'm convinced that the configure file is wrong too. Why are 
you using '=' (a string test) when you should be using -eq (an 
integer test)?

-if test ! $num = 0 ; then
+if test $num -ne 0 ; then

-- 
Angus

Reply via email to