X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkostemp.m4;h=6d101eeda39b487e77b0b4e5828dc5d7dae1b428;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=03c12bb70c47e723e0694340746bd1de6cf7daae;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/mkostemp.m4 b/m4/mkostemp.m4 index 03c12bb70..6d101eeda 100644 --- a/m4/mkostemp.m4 +++ b/m4/mkostemp.m4 @@ -1,5 +1,5 @@ -# mkostemp.m4 serial 1 -dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. +# mkostemp.m4 serial 2 +dnl Copyright (C) 2009-2013 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 ])