X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkostemps.m4;h=08cab1dba65ff36b41339beaee2acac00fb460bb;hb=270e2d3e2966d9a5bc16dd0b367b71740b8994d5;hp=bc5775661d18d7b48648230fde5e49b64acf17be;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/mkostemps.m4 b/m4/mkostemps.m4 index bc5775661..08cab1dba 100644 --- a/m4/mkostemps.m4 +++ b/m4/mkostemps.m4 @@ -1,5 +1,5 @@ -# mkostemps.m4 serial 1 -dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. +# mkostemps.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,6 +14,5 @@ AC_DEFUN([gl_FUNC_MKOSTEMPS], AC_CHECK_FUNCS_ONCE([mkostemps]) if test $ac_cv_func_mkostemps != yes; then HAVE_MKOSTEMPS=0 - AC_LIBOBJ([mkostemps]) fi ])