refresh 01-gnulib-directory.patch
[gnulib.git] / m4 / tmpdir.m4
index b06402e..9d4b170 100644 (file)
@@ -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])
 ])