[Zope-Checkins] CVS: Zope - configure:1.1.4.11
Chris McDonough
chrism@zope.com
Fri, 11 Oct 2002 13:06:45 -0400
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv5975
Modified Files:
Tag: chrism-install-branch
configure
Log Message:
Do tilde expansion in configure.
=== Zope/configure 1.1.4.10 => 1.1.4.11 ===
--- Zope/configure:1.1.4.10 Sun Sep 29 20:02:31 2002
+++ Zope/configure Fri Oct 11 13:06:44 2002
@@ -90,6 +90,8 @@
# pass this along to the Python configurator.
shift;
FOUND=`echo $OPT | sed -e 's/--with-python\=//'`
+ # use eval to do tilde expansion below
+ eval "FOUND=$FOUND"
if [ ! -x $FOUND ]; then
echo "$FOUND is not a valid Python interpreter."
exit 127