changeset 14785:731eb6ec9b71

mkdtemp: Use gnulib naming conventions. * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Renamed from gt_FUNC_MKDTEMP. * modules/mkdtemp (configure.ac): Update.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 15:38:22 +0200
parents 65af1104f800
children 5a40a173eb17
files ChangeLog m4/mkdtemp.m4 modules/mkdtemp
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/m4/mkdtemp.m4
+++ b/m4/mkdtemp.m4
@@ -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])
--- a/modules/mkdtemp
+++ b/modules/mkdtemp
@@ -11,7 +11,7 @@
 tempname        [test $HAVE_MKDTEMP = 0]
 
 configure.ac:
-gt_FUNC_MKDTEMP
+gl_FUNC_MKDTEMP
 gl_STDLIB_MODULE_INDICATOR([mkdtemp])
 
 Makefile.am: