@@ -1,9 +1,9 @@ # /bin/bash # Perform common build options -. build-common.sh +. ./build-common.sh # Compile using the same options as Tcl if [ -z "${TCLCONFIGSH}" ]; then TCLCONFIGSH="$(find /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 /lib /lib64 -name tclConfig.sh -print -quit)" fi