From 9aa3fd5b8a17356802b566866f30e48d77e190d5 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 7 Mar 2008 09:27:12 +0000 Subject: Add AC_HEADER_STDC to support msys/win64. --- ChangeLog | 4 ++++ win/configure.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5859ac..5ca33f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-07 Donal K. Fellows + + * win/configure.in: Add AC_HEADER_STDC to support msys/win64. + 2008-03-06 Donal K. Fellows * doc/namespace.n: Minor tidying up. [Bug 1909019] diff --git a/win/configure.in b/win/configure.in index e5be112..a8c7454 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.102 2008/02/13 18:00:43 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.103 2008/03/07 09:27:13 dkf Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -56,6 +56,7 @@ fi AC_PROG_CC AC_C_INLINE +AC_HEADER_STDC # To properly support cross-compilation, one would # need to use these tool checks instead of @@ -84,7 +85,7 @@ if test "${GCC}" = "yes" ; then fi #-------------------------------------------------------------------- -# Checks to see if the make progeam sets the $MAKE variable. +# Checks to see if the make program sets the $MAKE variable. #-------------------------------------------------------------------- AC_PROG_MAKE_SET -- cgit v0.12