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 5fc8980..43b390b 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 cd49237..851ce99 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 b2d6228..0fa61e8 100644 (file)
@@ -12,7 +12,7 @@ tempname
 tmpdir
 
 configure.ac:
-gl_TMPFILE
+gl_FUNC_TMPFILE
 gl_STDIO_MODULE_INDICATOR([tmpfile])
 
 Makefile.am: