Hello,

I was recently installing ocrad and had to modify the configure script because both the directory I was compiling in and the destination directory had spaces in their path names. ocrad doesn't seem to be on the alpha site linked to from the ocrad page, so I don't know if this has been fixed since the last released version, but I've attached a patch from version .15 that works for me.

Xavid
30c30
< while [ x$1 != x ] ; do
---
> while [ "x$1" != x ] ; do
92c92
< if [ `pwd` = `cd ${srcdir} ; pwd` ] ; then srcdir=. ; fi
---
> if [ "`pwd`" = "`cd ${srcdir} ; pwd`" ] ; then srcdir=. ; fi
_______________________________________________
Bug-ocrad mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-ocrad

Reply via email to