summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2006-04-06 00:30:07 (GMT)
committerhobbs2 <hobbs2>2006-04-06 00:30:07 (GMT)
commit0e1172d951cd4a462654e6bfd6027b2f2928183d (patch)
treee11a7f2368e3600dd9b5b19c920f0785d05fc36b /configure
parent3cae94feaf1eaa645123a744276ebc47290b6815 (diff)
downloadtktreectrl-0e1172d951cd4a462654e6bfd6027b2f2928183d.zip
tktreectrl-0e1172d951cd4a462654e6bfd6027b2f2928183d.tar.gz
tktreectrl-0e1172d951cd4a462654e6bfd6027b2f2928183d.tar.bz2
* configure, configure.ac: add AC_C_BIGENDIAN check
* tclconfig/tcl.m4: TEA rcs 1.91 2006/03/28 21:07:09
Diffstat (limited to 'configure')
-rw-r--r--configure11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure b/configure
index 5104e57..3b0c400 100644
--- a/configure
+++ b/configure
@@ -1773,12 +1773,12 @@ echo "$as_me: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&2
# on Windows, check in common installation locations
if test "${TEA_PLATFORM}" = "windows" \
- -a x"${ac_cv_c_tclconfig}" = x ; then
+ -a x"${ac_cv_c_tkconfig}" = x ; then
for i in `ls -d C:/Tcl/lib 2>/dev/null` \
`ls -d C:/Progra~1/Tcl/lib 2>/dev/null` \
; do
- if test -f "$i/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i; pwd)`
+ if test -f "$i/tkConfig.sh" ; then
+ ac_cv_c_tkconfig=`(cd $i; pwd)`
break
fi
done
@@ -8715,7 +8715,7 @@ echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}
# NetBSD/SPARC needs -fPIC, -fpic will not do.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="ld -Bshareable -x"
- SHLIB_LD_LIBS=""
+ SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"
DL_LIBS=""
@@ -10286,6 +10286,9 @@ _ACEOF
fi
# Some packages build their own stubs libraries
eval eval "PKG_STUB_LIB_FILE=${PACKAGE_NAME}stub${UNSHARED_LIB_SUFFIX}"
+ if test "$GCC" = "yes"; then
+ PKG_STUB_LIB_FILE=lib${PKG_STUB_LIB_FILE}
+ fi
# These aren't needed on Windows (either MSVC or gcc)
RANLIB=:
RANLIB_STUB=: