Rename gl_TMPFILE.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2010 14:26:00 +0000 (16:26 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Apr 2010 14:26:00 +0000 (16:26 +0200)
ChangeLog
m4/tmpfile.m4
modules/tmpfile

index 5fc8980eec394517a901277ecb48748adb37d3df..43b390b925cc08b6b8bf2a010794974aeb9cc232 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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
index cd49237da45bdfc3e00c64b7b38e0d6dfb228554..851ce99cdd1826d03937c73b72a1ff4a16211e41 100644 (file)
@@ -18,7 +18,7 @@
 # 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],
index b2d62283e1d418aa6ba39dd3e38b89741024a076..0fa61e8e3ce808bc07dec7b6a049b6f2f679c0f9 100644 (file)
@@ -12,7 +12,7 @@ tempname
 tmpdir
 
 configure.ac:
-gl_TMPFILE
+gl_FUNC_TMPFILE
 gl_STDIO_MODULE_INDICATOR([tmpfile])
 
 Makefile.am: