Revision: 77727
http://sourceforge.net/p/brlcad/code/77727
Author: brlcad
Date: 2020-11-11 04:58:38 +0000 (Wed, 11 Nov 2020)
Log Message:
-----------
libdir has to be quoted in case path contains spaces
Modified Paths:
--------------
brlcad/branches/extbuild/src/other/ext/tcl/unix/configure
brlcad/branches/extbuild/src/other/ext/tcl/unix/configure.in
Modified: brlcad/branches/extbuild/src/other/ext/tcl/unix/configure
===================================================================
--- brlcad/branches/extbuild/src/other/ext/tcl/unix/configure 2020-11-11
03:37:55 UTC (rev 77726)
+++ brlcad/branches/extbuild/src/other/ext/tcl/unix/configure 2020-11-11
04:58:38 UTC (rev 77727)
@@ -18856,7 +18856,7 @@
#
eval "TCL_STUB_LIB_FILE=libtclstub${TCL_UNSHARED_LIB_SUFFIX}"
eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
-eval "TCL_STUB_LIB_DIR=${libdir}"
+eval "TCL_STUB_LIB_DIR=\"${libdir}\""
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
TCL_STUB_LIB_FLAG="-ltclstub${TCL_VERSION}"
Modified: brlcad/branches/extbuild/src/other/ext/tcl/unix/configure.in
===================================================================
--- brlcad/branches/extbuild/src/other/ext/tcl/unix/configure.in
2020-11-11 03:37:55 UTC (rev 77726)
+++ brlcad/branches/extbuild/src/other/ext/tcl/unix/configure.in
2020-11-11 04:58:38 UTC (rev 77727)
@@ -881,7 +881,7 @@
#
eval "TCL_STUB_LIB_FILE=libtclstub${TCL_UNSHARED_LIB_SUFFIX}"
eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
-eval "TCL_STUB_LIB_DIR=${libdir}"
+eval "TCL_STUB_LIB_DIR=\"${libdir}\""
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
TCL_STUB_LIB_FLAG="-ltclstub${TCL_VERSION}"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits