X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftmpfile.m4;h=8a5c145e6f0af0893098ee8a1c4583108d7fe3a5;hb=062cad2d07081f9a60adbb90fc1184a435a1a93f;hp=5dc24b2f39b642b94aab324f61b2037afeeaab86;hpb=8c0f3c676c064ef15324eecd9c9892f1d07134db;p=gnulib.git diff --git a/m4/tmpfile.m4 b/m4/tmpfile.m4 index 5dc24b2f3..8a5c145e6 100644 --- a/m4/tmpfile.m4 +++ b/m4/tmpfile.m4 @@ -1,6 +1,6 @@ # Check whether to use a replacement tmpfile() function. -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -28,8 +28,8 @@ choke me [gl_cv_func_tmpfile_unusable=yes], [gl_cv_func_tmpfile_unusable=no])]) if test $gl_cv_func_tmpfile_unusable = yes; then - AC_LIBOBJ(tmpfile) - AC_DEFINE(tmpfile, rpl_tmpfile, + AC_LIBOBJ([tmpfile]) + AC_DEFINE([tmpfile], [rpl_tmpfile], [Define to rpl_tmpfile if the replacement function should be used.]) gl_PREREQ_TMPFILE fi