bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tmpfile on mingw


From: Bruno Haible
Subject: Re: tmpfile on mingw
Date: Sun, 4 Apr 2010 15:26:20 +0100
User-agent: KMail/1.9.9

Additionally, tmpfile is just one function, so let's use the common macro
naming scheme (cf. 2010-03-27 commits).


2010-04-04  Bruno Haible  <address@hidden>

        * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
        * modules/tmpfile (configure.ac): Update.

--- m4/tmpfile.m4.orig  Sun Apr  4 15:38:26 2010
+++ m4/tmpfile.m4       Sun Apr  4 15:38:08 2010
@@ -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],
--- modules/tmpfile.orig        Sun Apr  4 15:38:27 2010
+++ modules/tmpfile     Sun Apr  4 15:38:17 2010
@@ -12,7 +12,7 @@
 tmpdir
 
 configure.ac:
-gl_TMPFILE
+gl_FUNC_TMPFILE
 gl_STDIO_MODULE_INDICATOR([tmpfile])
 
 Makefile.am:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]