2010-04-04 Bruno Haible <bruno@clisp.org>
+ * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
+ * modules/tmpfile (configure.ac): Update.
+
tmpfile: Fix C++ test error on mingw.
* lib/stdio.in.h (tmpfile): New declaration.
* m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
# directory, even though tmpfile wouldn't work in general. Instead,
# just test for a Windows platform (excluding Cygwin).
-AC_DEFUN([gl_TMPFILE], [
+AC_DEFUN([gl_FUNC_TMPFILE], [
AC_REQUIRE([gl_STDIO_H_DEFAULTS])
AC_CACHE_CHECK([whether tmpfile should be overridden],
[gl_cv_func_tmpfile_unusable],