diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-18 17:52:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-18 17:52:17 (GMT) |
commit | 7c3b7390cf4e423512fe39f238d3891bec7325fb (patch) | |
tree | d0602651e2ec4bf4b27f42505b038ea1f09a48c8 /unix/configure | |
parent | 3326db522bceddd991709874cad90b82c6fca2d1 (diff) | |
download | tcl-7c3b7390cf4e423512fe39f238d3891bec7325fb.zip tcl-7c3b7390cf4e423512fe39f238d3891bec7325fb.tar.gz tcl-7c3b7390cf4e423512fe39f238d3891bec7325fb.tar.bz2 |
* compat/tmpnam.c (removed): The routine tmpnam() is no longer
* unix/Makefile.in: called by Tcl source code. Remove autogoo
* unix/configure.in: the supplied a replacement version on
* win/tcl.dsp: systems where the routine was not available.
[RFE 1811848].
* unix/configure: autoconf-2.59
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 629e4df..62eafc1 100755 --- a/unix/configure +++ b/unix/configure @@ -9653,8 +9653,7 @@ done - -for ac_func in opendir strtol tmpnam waitpid +for ac_func in opendir strtol waitpid do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |