summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-05-29 15:56:19 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-05-29 15:56:19 +0000
commit5e023263c09f29bc797e53584d60092a04b62e2d (patch)
tree2757b9bfe07610058284b06a345dd7356c8176b6 /Build/source/texk/web2c/configure
parentce649ba58fb8f5504020ca648b9c7dd7a74c9d3d (diff)
synctex portability patches
git-svn-id: svn://tug.org/texlive/trunk@8406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-xBuild/source/texk/web2c/configure8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 6b552463e96..c1685cd3016 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -4078,7 +4078,8 @@ done
-for ac_header in sys/time.h sys/timeb.h
+
+for ac_header in sys/time.h sys/timeb.h locale.h
do
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -4227,7 +4228,10 @@ done
-for ac_func in strerror gettimeofday ftime mkstemp mktemp
+
+
+
+for ac_func in strerror gettimeofday ftime mkstemp mktemp setlocale strlcat strlcpy
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5