X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftmpdir.m4;h=9d4b1709f1a23ca925303a7e30d83a949d066830;hb=662aa36b38af69284da00e33d6a8f4fa6d19e79e;hp=b06402e3e34bce99543704a6cd9d83b5c90fd580;hpb=1b3e13870e80a69d1275bc8e6984022a8a0b10ea;p=gnulib.git diff --git a/m4/tmpdir.m4 b/m4/tmpdir.m4 index b06402e3e..9d4b1709f 100644 --- a/m4/tmpdir.m4 +++ b/m4/tmpdir.m4 @@ -1,5 +1,5 @@ -# tmpdir.m4 serial 2 (gettext-0.15) -dnl Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc. +# tmpdir.m4 serial 3 +dnl Copyright (C) 2001-2002, 2006, 2009-2011 Free Software Foundation, 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. @@ -8,5 +8,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gt_TMPDIR], [ - AC_CHECK_FUNCS(__secure_getenv) + AC_CHECK_FUNCS([__secure_getenv]) ])