diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-13 20:16:09 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-13 20:16:09 (GMT) |
commit | 22e70af222567275ea290368cb6c7ecdc20d66af (patch) | |
tree | 9d370f13224589e845c900b2c31f638428024662 /unix | |
parent | c3933b9e93612aa6ac6c1cbfa948e59e7eff6c19 (diff) | |
download | blt-22e70af222567275ea290368cb6c7ecdc20d66af.zip blt-22e70af222567275ea290368cb6c7ecdc20d66af.tar.gz blt-22e70af222567275ea290368cb6c7ecdc20d66af.tar.bz2 |
update TEA 3.10
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 8 | ||||
-rwxr-xr-x | unix/configure.ac | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure index f767415..f341653 100755 --- a/unix/configure +++ b/unix/configure @@ -1700,12 +1700,12 @@ $as_echo_n "checking for correct TEA configuration... " >&6; } as_fn_error $? " The PACKAGE_NAME variable must be defined by your TEA configure.ac" "$LINENO" 5 fi - if test x"3.9" = x ; then + if test x"3.10" = x ; then as_fn_error $? " TEA version not specified." "$LINENO" 5 - elif test "3.9" != "${TEA_VERSION}" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&5 -$as_echo "warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&6; } + elif test "3.10" != "${TEA_VERSION}" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: warning: requested TEA version \"3.10\", have \"${TEA_VERSION}\"" >&5 +$as_echo "warning: requested TEA version \"3.10\", have \"${TEA_VERSION}\"" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (TEA ${TEA_VERSION})" >&5 $as_echo "ok (TEA ${TEA_VERSION})" >&6; } diff --git a/unix/configure.ac b/unix/configure.ac index c2978ef..cded3d7 100755 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -27,7 +27,7 @@ AC_INIT([saods9], [7.6]) # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- -TEA_INIT([3.9]) +TEA_INIT([3.10]) AC_CONFIG_AUX_DIR(../tclconfig) |