From: Bruno Haible Date: Sat, 21 May 2011 13:38:22 +0000 (+0200) Subject: mkdtemp: Use gnulib naming conventions. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56bca9f1091b3e6b3cf259d3a9f6c0859998a1c;p=pspp mkdtemp: Use gnulib naming conventions. * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Renamed from gt_FUNC_MKDTEMP. * modules/mkdtemp (configure.ac): Update. --- diff --git a/ChangeLog b/ChangeLog index bb0eeb416a..56ec3b6fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-21 Bruno Haible + + 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 strerror_r: avoid corrupting errno on Solaris diff --git a/m4/mkdtemp.m4 b/m4/mkdtemp.m4 index 0ef7dfb453..073e14d386 100644 --- 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]) diff --git a/modules/mkdtemp b/modules/mkdtemp index 4ca30c49ac..49ac06bcdd 100644 --- a/modules/mkdtemp +++ b/modules/mkdtemp @@ -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: