X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkostemp.m4;h=ff4fb6b6001af21ba3e2a569e4bb9ea21aa78a01;hb=9e83e486f6e0949ad5d3843011ae88c495681727;hp=b4b4dd06337ff9b6cfc6a19f998144d5b653f0b6;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/mkostemp.m4 b/m4/mkostemp.m4 index b4b4dd063..ff4fb6b60 100644 --- a/m4/mkostemp.m4 +++ b/m4/mkostemp.m4 @@ -1,5 +1,5 @@ -# mkostemp.m4 serial 1 -dnl Copyright (C) 2009-2010 Free Software Foundation, Inc. +# mkostemp.m4 serial 2 +dnl Copyright (C) 2009-2012 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. @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_MKOSTEMP], AC_CHECK_FUNCS_ONCE([mkostemp]) if test $ac_cv_func_mkostemp != yes; then HAVE_MKOSTEMP=0 - AC_LIBOBJ([mkostemp]) - gl_PREREQ_MKOSTEMP fi ])