summaryrefslogtreecommitdiffstats
path: root/macosx/configure
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 18:05:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 18:05:15 (GMT)
commite41516364fd6a043ffba15ab8b197ce9bb94e982 (patch)
treed2a261480e20cbec9bec25b5e1aa5eebec4d4d39 /macosx/configure
parentd56772873c60ce2d9af8c4e6f5e6cdeed5a54548 (diff)
downloadblt-e41516364fd6a043ffba15ab8b197ce9bb94e982.zip
blt-e41516364fd6a043ffba15ab8b197ce9bb94e982.tar.gz
blt-e41516364fd6a043ffba15ab8b197ce9bb94e982.tar.bz2
centralize tclconfig
Diffstat (limited to 'macosx/configure')
-rwxr-xr-xmacosx/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/configure b/macosx/configure
index d8b6939..7299aa1 100755
--- a/macosx/configure
+++ b/macosx/configure
@@ -1812,7 +1812,7 @@ $as_echo "$as_me: configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}" >&6;}
ac_aux_dir=
-for ac_dir in tclconfig "$srcdir"/tclconfig; do
+for ac_dir in ../tclconfig "$srcdir"/../tclconfig; do
if test -f "$ac_dir/install-sh"; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
@@ -1828,7 +1828,7 @@ for ac_dir in tclconfig "$srcdir"/tclconfig; do
fi
done
if test -z "$ac_aux_dir"; then
- as_fn_error $? "cannot find install-sh, install.sh, or shtool in tclconfig \"$srcdir\"/tclconfig" "$LINENO" 5
+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../tclconfig \"$srcdir\"/../tclconfig" "$LINENO" 5
fi
# These three variables are undocumented and unsupported,