[postgis-devel] $PWD => `pwd`

strk at refractions.net strk at refractions.net
Sat Jan 7 02:20:19 PST 2006


Thanks Havard, I committed a patch to configure.in
to always use `pwd` instead of PWD.

Please test again guys (hopefully last time)

--strk;

On Fri, Jan 06, 2006 at 08:37:00PM +0100, Havard Tveite wrote:
> Havard Tveite wrote:
> ...
> >One problem in configure on Solaris 2.7 is the section:
> >
> >if test -n "$PROJ"; then
> >        USE_PROJ=1
> >        PROJ_DIR=`dirname ${PROJ}`/..
> >        owd=$PWD; cd ${PROJ_DIR}; PROJ_DIR=$PWD; cd $owd;
> >fi
> 
> `pwd` seems to work (and it is used other places in configure):
> owd=$PWD; cd ${PROJ_DIR}; PROJ_DIR=`pwd`; cd $owd;
> 
> -- 
> Håvard Tveite
> Department of Mathematical Sciences and Technology, UMB
> Drøbakveien 14, POBox 5003, N-1432 Ås, NORWAY
> Phone: +47 64965483 Fax: +47 64965401 http://www.umb.no/imt

-- 

 /"\    ASCII Ribbon Campaign
 \ /    Respect for low technology.
  X     Keep e-mail messages readable by any computer system.
 / \    Keep it ASCII. 




More information about the postgis-devel mailing list