X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkostemp.m4;h=63de0063ac0b8c767d8fcfa9c3a4ed4e9943401e;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=b4b4dd06337ff9b6cfc6a19f998144d5b653f0b6;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/m4/mkostemp.m4 b/m4/mkostemp.m4 index b4b4dd063..63de0063a 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-2014 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 ])