fi
makedir ${PRODUCT_DIR}
+
check_jb tar xfz ${SOURCE_DIR}/tcl8.4.5.tar.gz -C ${INSTALL_WORK}
cd ${INSTALL_WORK}/tcl8.4.5/unix
+
+#INV - bug in a tclx configure
+#INV - bug in a tclx configure
+chmod +w ./configure
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod -w ./configure
+
cat >> ${PRODUCT_DIR}/CONFIGURE.LOG <<EOF
+
-------------------
Configuring tcl...
-------------------
check_jb tar xfz ${SOURCE_DIR}/tk8.4.5.tar.gz -C ${INSTALL_WORK}
cd ${INSTALL_WORK}/tk8.4.5/unix
+
+#INV - bug in a tclx configure
+chmod +w ./configure
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod -w ./configure
+
cat >> ${PRODUCT_DIR}/CONFIGURE.LOG <<EOF
-------------------
Configuring tk...
sed -e 's/@DEFS@/ -DSTDC_HEADERS=1 -DNDEBUG=1 -DRETSIGTYPE=void /g' tkxConfig.sh.in.orig > tkxConfig.sh.in
cd ${INSTALL_WORK}/tclx8.3.5/unix
+#INV - bug in a tclx configure
+chmod +w ./configure
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod -w ./configure
+
#VRV - bug in a tclx configure
chmod +w ./configure
echo -e '/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 1\ns/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 1/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 0\nwq' | ed - configure