X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftmpdir.m4;h=0bf223b9a2e48b0450e9bdc5a2f9929b175639d4;hb=ade4fb6ef4588f370c1bdbdb90665501140a608d;hp=b06402e3e34bce99543704a6cd9d83b5c90fd580;hpb=1b3e13870e80a69d1275bc8e6984022a8a0b10ea;p=gnulib.git diff --git a/m4/tmpdir.m4 b/m4/tmpdir.m4 index b06402e3e..0bf223b9a 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 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]) ])