diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-13 20:13:33 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-13 20:13:33 (GMT) |
commit | c3933b9e93612aa6ac6c1cbfa948e59e7eff6c19 (patch) | |
tree | 846d47bcb77f222b9288e8c9bb2e5fe4cbf9ffef /unix | |
parent | a7489af757aca1fe38a1f8421e85231f7547e196 (diff) | |
download | blt-c3933b9e93612aa6ac6c1cbfa948e59e7eff6c19.zip blt-c3933b9e93612aa6ac6c1cbfa948e59e7eff6c19.tar.gz blt-c3933b9e93612aa6ac6c1cbfa948e59e7eff6c19.tar.bz2 |
update TEA 3.10
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 12 | ||||
-rwxr-xr-x | unix/configure.ac (renamed from unix/configure.in) | 0 |
2 files changed, 6 insertions, 6 deletions
diff --git a/unix/configure b/unix/configure index c1c3467..f767415 100755 --- a/unix/configure +++ b/unix/configure @@ -598,6 +598,7 @@ PKG_STUB_LIB_FILE PKG_LIB_FILE EXEEXT CYGPATH +TEA_TK_EXTENSION target_alias host_alias build_alias @@ -1692,13 +1693,12 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # TEA extensions pass this us the version of TEA they think they # are compatible with. - TEA_VERSION="3.9" - + TEA_VERSION="3.10" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct TEA configuration" >&5 $as_echo_n "checking for correct TEA configuration... " >&6; } if test x"${PACKAGE_NAME}" = x ; then as_fn_error $? " -The PACKAGE_NAME variable must be defined by your TEA configure.in" "$LINENO" 5 +The PACKAGE_NAME variable must be defined by your TEA configure.ac" "$LINENO" 5 fi if test x"3.9" = x ; then as_fn_error $? " @@ -1716,6 +1716,7 @@ $as_echo "ok (TEA ${TEA_VERSION})" >&6; } if test "${CFLAGS+set}" != "set" ; then CFLAGS="" fi + TEA_TK_EXTENSION=0 case "`uname -s`" in *win32*|*WIN32*|*MINGW32_*) @@ -1736,7 +1737,7 @@ do test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_CYGPATH="cygpath -w" + ac_cv_prog_CYGPATH="cygpath -m" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -1761,9 +1762,8 @@ fi TEA_PLATFORM="windows" ;; *CYGWIN_*) - CYGPATH=echo EXEEXT=".exe" - # TEA_PLATFORM is determined later in LOAD_TCLCONFIG + # CYGPATH and TEA_PLATFORM are determined later in LOAD_TCLCONFIG ;; *) CYGPATH=echo diff --git a/unix/configure.in b/unix/configure.ac index c2978ef..c2978ef 100755 --- a/unix/configure.in +++ b/unix/configure.ac |