bug-ocrad
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-ocrad] configure doesn't handle spaces in paths


From: Xavid Pretzer
Subject: [Bug-ocrad] configure doesn't handle spaces in paths
Date: Tue, 27 Jun 2006 11:01:56 +0900
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]