mkdtemp: Use gnulib naming conventions.
authorBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 13:38:22 +0000 (15:38 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 21 May 2011 13:38:22 +0000 (15:38 +0200)
* m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Renamed from gt_FUNC_MKDTEMP.
* modules/mkdtemp (configure.ac): Update.

ChangeLog
m4/mkdtemp.m4
modules/mkdtemp

index bb0eeb416a28b7fd69d0ac5e5d69b82c2db35c4f..56ec3b6fe00a2e03d7c8d7870371443b17a25432 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-21  Bruno Haible  <bruno@clisp.org>
+
+       mkdtemp: Use gnulib naming conventions.
+       * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Renamed from gt_FUNC_MKDTEMP.
+       * modules/mkdtemp (configure.ac): Update.
+
 2011-05-20  Eric Blake  <eblake@redhat.com>
 
        strerror_r: avoid corrupting errno on Solaris
index 0ef7dfb453c0714e1a52262e131a25f5b8f537e4..073e14d3868e1718148f5024815f184b94d20b5d 100644 (file)
@@ -1,11 +1,11 @@
-# mkdtemp.m4 serial 6
+# mkdtemp.m4 serial 7
 dnl Copyright (C) 2001-2003, 2006-2007, 2009-2011 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
-AC_DEFUN([gt_FUNC_MKDTEMP],
+AC_DEFUN([gl_FUNC_MKDTEMP],
 [
   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
   AC_REPLACE_FUNCS([mkdtemp])
index 4ca30c49ac211380a388ff12cc5c989f314fe8aa..49ac06bcdd13e179b47951f4baf2a8ff3daf50a9 100644 (file)
@@ -11,7 +11,7 @@ stdint          [test $HAVE_MKDTEMP = 0]
 tempname        [test $HAVE_MKDTEMP = 0]
 
 configure.ac:
-gt_FUNC_MKDTEMP
+gl_FUNC_MKDTEMP
 gl_STDLIB_MODULE_INDICATOR([mkdtemp])
 
 Makefile.am: