Hi,

  I noticed rev. 385 [1] change to configure script reverted rev. 366 [2], so 
that the limitation of using an absolute path to configure script is back in 
force. I don't know why it was reverted, but maybe this can be fixed 
differently?

diff -r 6d70f6cfd0b6 configure
--- a/configure Mon Jul 28 22:20:26 2008 +0300
+++ b/configure Mon Jul 28 23:37:26 2008 +0300
@@ -121,9 +121,9 @@
        shift
 done
 
-#cd `dirname $0` || exit 1
 DIR=`pwd`
 SRCDIR=`dirname $0`
+SRCDIR=`cd $SRCDIR && pwd`
 export SRCDIR
 export COPY_OPTIONS

Yours,
        Yair K.
 
[1] http://mercurial.opensound.com/?rev/6d70f6cfd0b6
[2] http://mercurial.opensound.com/?diff/0d44560186f0/configure
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to