summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/configure.in
diff options
context:
space:
mode:
authorJoachim Schrod <jschrod@acm.org>2008-02-17 13:34:01 +0000
committerJoachim Schrod <jschrod@acm.org>2008-02-17 13:34:01 +0000
commit5dbcc08b662131c3b8e01e5209456d1f102a4dbc (patch)
treee4ee823d72d08c6240b51457c8ef1e8effeabf3c /Build/source/texk/dviljk/configure.in
parent6e6be95c64689979c542c342d71b57d77038d7aa (diff)
Better implementation of mkdtemp() if it's not available: Use mktemp()
if it's there; no implicit declaration of mkdir(); no compiler warnings because they don't grok 0 being a pointer. git-svn-id: svn://tug.org/texlive/trunk@6658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk/configure.in')
-rw-r--r--Build/source/texk/dviljk/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dviljk/configure.in b/Build/source/texk/dviljk/configure.in
index 2c5765c37ac..32c3066d897 100644
--- a/Build/source/texk/dviljk/configure.in
+++ b/Build/source/texk/dviljk/configure.in
@@ -14,7 +14,7 @@ dnl These tests prevent reliable cross-compilation. Sigh.
AC_C_CHAR_UNSIGNED
AC_CHECK_SIZEOF(long)
-AC_CHECK_FUNCS(rmdir unlink mkdtemp)
+AC_CHECK_FUNCS(rmdir unlink mkdtemp mktemp)
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT