|
From: Jim R. <jm...@qu...> - 2005-11-09 23:49:51
|
It isn't currently using CONFIG_SHELL. The Python 2.4.2 build breaks on
solaris as a result, because /bin/sh doesn't do test -e. This fixes it,
although it isn't readily apparent from what gets printed as a result of
--verbose.
cactus-aus$ cvs diff -u GNU.xml
Index: GNU.xml
===================================================================
RCS file: /cvsroot/ark/sidai/package/GNU.xml,v
retrieving revision 1.36
diff -u -r1.36 GNU.xml
--- GNU.xml 11 Apr 2005 11:29:09 -0000 1.36
+++ GNU.xml 9 Nov 2005 23:39:59 -0000
@@ -121,7 +121,7 @@
eval "$pre_config_eval"
fi
-CONFIG_SHELL="$CONFIG_SHELL" \
+CONFIGURE="$CONFIG_SHELL" \
CC="$cc" \
CXX="$cxx" \
CPPFLAGS="$cppflags" \
|